Cargo.toml

changeset 4
e09437844ad9
parent 2
86e0228f38f8
child 7
8979a6638424
equal deleted inserted replaced
3:ff4656da04af 4:e09437844ad9
16 categories = ["mathematics", "science", "computer-vision"] 16 categories = ["mathematics", "science", "computer-vision"]
17 17
18 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 18 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
19 19
20 [dependencies] 20 [dependencies]
21 alg_tools = { version = "~0.2.0-dev", path = "../alg_tools", default-features = false } 21 serde = { version = "1.0", features = ["derive"] }
22 alg_tools = { version = "~0.3.0-dev", path = "../alg_tools", default-features = false }

mercurial