summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 60f2bfe..f3666e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,12 @@ repository = "https://github.com/softprops/shiplift"
keywords = ["docker", "unix", "containers", "hyper", "ship"]
license = "MIT"
edition = "2018"
+readme = "README.md"
+
+[bdages]
+travis-ci = { repository = "softprops/shiplift" }
+coveralls = { repository = "softprops/shipflit" }
+maintenance = { status = "actively-developed" }
[dependencies]
byteorder = "1"