From 83b0ce6cb64fd069d82b09f77b2e7ec2cfc4b28c Mon Sep 17 00:00:00 2001 From: Paula Ruiz Rodriguez <50167687+Paururo@users.noreply.github.com> Date: Sat, 16 Nov 2024 10:02:24 +0100 Subject: [PATCH] fix algebra --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b8af22c..c8f8925 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "1.0.0" edition = "2021" [dependencies] +nalgebra = "0.33.2" bio = "2.0.3" rayon = "1.10.0" clap = { version = "4.5.21", features = ["derive"] }