From e470c788b4d0408a333453d2cc5148c6498fbc01 Mon Sep 17 00:00:00 2001 From: L <457124+liborty@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:22:11 +1000 Subject: [PATCH] Cargo.toml fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ff85c0..d842501 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["statistics","median"] categories = ["science","mathematics","algorithms"] include = [ "src/lib.rs", - "src/implementations.rs + "src/implementations.rs", "src/algos.rs", "src/error.rs", "Cargo.toml",