summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-03-17 19:26:06 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-03-17 19:26:06 +0100
commitbccbb50ff3b377a1c76e571446ee44902ace2cce (patch)
treedd32117a66d250e8b1502d51864dfb011bf0a8f5
parent434cfab4df31aedb9bb104ee0b1facf810be0e59 (diff)
parent0f7ef49df53ad78819601f8634ad540554345ce2 (diff)
Merge branch 'prepare-0.1.0'
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml10
-rw-r--r--README.md3
3 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c21dac..bf27f80 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,5 +3,5 @@
## v0.1.0
-* Not released yet
+* MVP release
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]
diff --git a/README.md b/README.md
index 0ad027c..9f8be03 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,9 @@ Now you should be ready to try butido. butido takes `--help` in every subcommand
to explain what it does.
+Butido is built and tested with Rust 1.50.0 as MSRV.
+
+
### Glossary
| Word | Explanation |