Cargo.toml

changeset 54
cfd8d2304e9e
parent 52
1d8e5731a4d3
child 58
2a86c4c98622
--- 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"

mercurial