Cargo.toml

changeset 4
e09437844ad9
parent 2
86e0228f38f8
child 7
8979a6638424
--- a/Cargo.toml	Fri Oct 18 14:22:45 2024 -0500
+++ b/Cargo.toml	Fri Oct 18 19:52:06 2024 -0500
@@ -18,4 +18,5 @@
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-alg_tools = { version = "~0.2.0-dev", path = "../alg_tools", default-features = false }
+serde = { version = "1.0", features = ["derive"] }
+alg_tools = { version = "~0.3.0-dev", path = "../alg_tools", default-features = false }

mercurial