From 843125755d03300300e96a5c50e75780051c0a67 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 17 Mar 2021 18:43:02 +0100 Subject: Add note about MSRV Signed-off-by: Matthias Beyer --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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 | -- cgit v1.2.3 From c5e513bfeba965b00a9721a91d39235a7128f7e8 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 17 Mar 2021 18:43:09 +0100 Subject: Add crate metadata Signed-off-by: Matthias Beyer --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 ", 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] -- cgit v1.2.3 From 0f7ef49df53ad78819601f8634ad540554345ce2 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 17 Mar 2021 18:44:51 +0100 Subject: Add entry for 0.1.0 Signed-off-by: Matthias Beyer --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3