summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-17 18:43:09 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-03-17 19:25:20 +0100
commitc5e513bfeba965b00a9721a91d39235a7128f7e8 (patch)
treea94a209f311f4db7c79c3307fe91ff3464fffe4e
parent843125755d03300300e96a5c50e75780051c0a67 (diff)
Add crate metadata
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 13dd49d..e48cdf8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,16 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>",
edition = "2018"
license = "EPL-2.0"
+description = "Linux package tool utilizing docker, postgres and toml"
+homepage = "https://github.com/science-computing/butido"
+repository = "https://github.com/science-computing/butido"
+readme = "README.md"
+keywords = ["docker", "postgres", "linux", "packaging", "packages"]
+categories = ["development-tools"]
+
+[badges]
+maintenance = { status = "actively-developed" }
+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]