Skip to content
Snippets Groups Projects
Verified Commit a18667c9 authored by STEVAN Antoine's avatar STEVAN Antoine 🦀
Browse files

add $.description to the TOML of all binaries

parent 97101a60
No related branches found
No related tags found
1 merge request!117split `examples/` into `benchmarks/` and `bins/`
Pipeline #5271 passed
......@@ -2,6 +2,7 @@
name = "curves"
version = "0.1.0"
edition = "2021"
description = "Explore Arkworks elliptic curves."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
......
......@@ -2,6 +2,7 @@
name = "komodo-inbreeding"
version = "0.1.0"
edition = "2021"
description = "Study the 'inbreeding' phenomenon in a system supporting 'recoding'."
[dependencies]
komodo = { version = "0.2.0", path = "../.." }
......
......@@ -2,6 +2,7 @@
name = "rank"
version = "0.1.0"
edition = "2021"
description = "Compute the rank of a matrix."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
......
......@@ -2,6 +2,7 @@
name = "rng"
version = "0.1.0"
edition = "2021"
description = "Generate random numbers from a seed."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment