From: Gustav Eek Date: Wed, 25 Jan 2023 06:52:25 +0000 (+0100) Subject: Sys. Add dependency on statrs X-Git-Tag: v.0.2~6 X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=8d134f31c05e355eb18a3c55ca56df768ca4b231;p=ranknauto.git Sys. Add dependency on statrs --- diff --git a/Cargo.toml b/Cargo.toml index 0304310..2132b73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,3 +9,4 @@ authors = ["Gustav Eek "] edition = "2018" [dependencies] +statrs = "0.15" diff --git a/Makefile b/Makefile index d7418c2..377cfb7 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ PRJ := $(notdir $(PWD)) -.PHONY: release test install +.PHONY: release install uninstall test reuse clean # Build @@ -32,11 +32,16 @@ uninstall: # Test -test: +test: reuse cargo build cargo check + cargo doc + +reuse: + ! which reuse > /dev/null || reuse lint | grep Congrat || reuse lint # Clean clean: rm -fr target + find * -name \*~ -delete diff --git a/README b/README index 9d87038..25fbf9f 100644 --- a/README +++ b/README @@ -1,6 +1,3 @@ - - *ranknauto* -- Rank N' Auto, automatic normalized ranking Quantify a ranked ordered from statistical distributions. @@ -55,3 +52,5 @@ Unless explicitly stated otherwise, any contribution intentionally submitted for inclusion is released under the GNU GPL v3 or later, without any additional terms or conditions. +