summaryrefslogtreecommitdiff
path: root/2023/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-12-17 09:12:54 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-12-17 09:12:54 +0200
commit0b21e94cf7a84bf9b02a27b8eee8a8a5206e680c (patch)
tree6eaa66983e26304d1cff7b9a969009beb8df8d8a /2023/Cargo.toml
parent00d27a850b47a7127f5e72a16e8d31333fc734a9 (diff)
Start of day 17, playing with nalgebra
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"