Cargo.toml

changeset 66
3bf904bfae78
parent 58
2a86c4c98622
equal deleted inserted replaced
65:d5d746465b6e 66:3bf904bfae78
1 [package] 1 [package]
2 name = "non-riemannian-opt" 2 name = "non-riemannian-opt"
3 version = "0.1.0" 3 version = "0.1.1"
4 edition = "2021" 4 edition = "2021"
5 authors = ["Tuomo Valkonen <tuomov@iki.fi>", "Heikki von Koch <heikki.vonkoch@helsinki.fi>"] 5 authors = ["Tuomo Valkonen <tuomov@iki.fi>", "Heikki von Koch <heikki.vonkoch@helsinki.fi>"]
6 description = "Simple optimisation experiments on non-Riemannian manifolds" 6 description = "Simple optimisation experiments on non-Riemannian manifolds"
7 #homepage = "" 7 #homepage = ""
8 #repository = "" 8 #repository = ""
14 "forward-backward", 14 "forward-backward",
15 ] 15 ]
16 categories = ["mathematics", "science", "computer-vision"] 16 categories = ["mathematics", "science", "computer-vision"]
17 17
18 [dependencies.alg_tools] 18 [dependencies.alg_tools]
19 version = "~0.3.0" 19 version = ">=0.3.2"
20 path = "../alg_tools" 20 path = "../alg_tools"
21 default-features = false 21 default-features = false
22 22
23 [dependencies] 23 [dependencies]
24 serde = { version = "1.0", features = ["derive"] } 24 serde = { version = "1.0", features = ["derive"] }

mercurial