summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2018-12-24 13:21:21 +0900
committersoftprops <d.tangren@gmail.com>2018-12-24 13:21:21 +0900
commit6fedc6580341543173cae5641427825459d794e3 (patch)
tree353e9870d072437638d8c180fee69b2f1aa4ba66 /Cargo.toml
parentbe68db2e605157350cb29083afdb6721878968d3 (diff)
more cargo details
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"