Cargo.toml

changeset 54
cfd8d2304e9e
parent 52
1d8e5731a4d3
child 58
2a86c4c98622
equal deleted inserted replaced
53:60928f1440e0 54:cfd8d2304e9e
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 = ""
9 #license-file = "LICENSE" 9 license-file = "LICENSE"
10 keywords = [ 10 keywords = [
11 "optimization", 11 "optimization",
12 "manifold", 12 "manifold",
13 "non-Riemannian", 13 "non-Riemannian",
14 "forward-backward", 14 "forward-backward",
15 ] 15 ]
16 categories = ["mathematics", "science", "computer-vision"] 16 categories = ["mathematics", "science", "computer-vision"]
17
18 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
19 17
20 [dependencies.alg_tools] 18 [dependencies.alg_tools]
21 version = "~0.3.0-dev" 19 version = "~0.3.0-dev"
22 path = "../alg_tools" 20 path = "../alg_tools"
23 default-features = false 21 default-features = false

mercurial