--- a/Cargo.toml Sat Dec 07 21:52:43 2024 -0500 +++ b/Cargo.toml Sat Dec 07 21:54:59 2024 -0500 @@ -6,7 +6,7 @@ description = "Simple optimisation experiments on non-Riemannian manifolds" #homepage = "" #repository = "" -#license-file = "LICENSE" +license-file = "LICENSE" keywords = [ "optimization", "manifold", @@ -15,8 +15,6 @@ ] 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.3.0-dev" path = "../alg_tools"