# HG changeset patch # User Tuomo Valkonen # Date 1729277511 18000 # Node ID 86e0228f38f86c351481fc3075452a3c39598137 # Parent 29738fae471ee469c81a8f9c9f0f3c0988c4a04f Added even more missing files diff -r 29738fae471e -r 86e0228f38f8 Cargo.toml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Cargo.toml Fri Oct 18 13:51:51 2024 -0500 @@ -0,0 +1,21 @@ +[package] +name = "non-riemannian-opt" +version = "0.1.0" +edition = "2021" +authors = ["Tuomo Valkonen ", "Heikki von Koch "] +description = "Simple optimisation experiments on non-Riemannian manifolds" +#homepage = "" +#repository = "" +#license-file = "LICENSE" +keywords = [ + "optimization", + "manifold", + "non-Riemannian", + "forward-backward", +] +categories = ["mathematics", "science", "computer-vision"] + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +alg_tools = { version = "~0.2.0-dev", path = "../alg_tools", default-features = false }