Cargo.toml

changeset 2
86e0228f38f8
child 4
e09437844ad9
equal deleted inserted replaced
1:29738fae471e 2:86e0228f38f8
1 [package]
2 name = "non-riemannian-opt"
3 version = "0.1.0"
4 edition = "2021"
5 authors = ["Tuomo Valkonen <tuomov@iki.fi>", "Heikki von Koch <heikki.vonkoch@helsinki.fi>"]
6 description = "Simple optimisation experiments on non-Riemannian manifolds"
7 #homepage = ""
8 #repository = ""
9 #license-file = "LICENSE"
10 keywords = [
11 "optimization",
12 "manifold",
13 "non-Riemannian",
14 "forward-backward",
15 ]
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
20 [dependencies]
21 alg_tools = { version = "~0.2.0-dev", path = "../alg_tools", default-features = false }

mercurial