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 } |