summaryrefslogtreecommitdiff
path: root/benoit-cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'benoit-cli/Cargo.toml')
-rw-r--r--benoit-cli/Cargo.toml14
1 files changed, 9 insertions, 5 deletions
diff --git a/benoit-cli/Cargo.toml b/benoit-cli/Cargo.toml
index 8c92f6c..7f00df2 100644
--- a/benoit-cli/Cargo.toml
+++ b/benoit-cli/Cargo.toml
@@ -1,10 +1,14 @@
[package]
-name = "benoit-cli"
-edition = "2021"
-license = "GPL-3.0-or-later"
+name = "benoit-cli"
+edition = "2021"
+license = "GPL-3.0-or-later"
+description = "Multithreaded Mandelbrot renderer, CLI front-end."
-version.workspace = true
-authors.workspace = true
+version.workspace = true
+authors.workspace = true
+homepage.workspace = true
+repository.workspace = true
+readme.workspace = true
[features]
notify = ["notify-rust"]