summaryrefslogtreecommitdiff
path: root/2023/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '2023/Cargo.toml')
-rw-r--r--2023/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/2023/Cargo.toml b/2023/Cargo.toml
index 87e205f..20b625c 100644
--- a/2023/Cargo.toml
+++ b/2023/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Justin Wernick <justin@worthe-it.co.za>"]
edition = "2021"
[dependencies]
-derive_more = { version = "1.0.0-beta.6", features = ["full"] }
+nalgebra = "0.32.3"
nom = "7.1.3"
thiserror = "1.0.50"