We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 184a97a commit 132c771Copy full SHA for 132c771
Cargo.toml
@@ -1,9 +1,14 @@
1
[package]
2
name = "drain"
3
-version = "0.1.0"
+version = "0.0.1"
4
authors = ["Linkerd Developers <[email protected]>"]
5
license = "Apache-2.0"
6
edition = "2018"
7
+readme = "README.md"
8
+repository = "https://github.com/linkerd/drain-rs"
9
+description = """
10
+A crate that supports graceful shutdown
11
+"""
12
13
[features]
14
retain = ["tower"]
README.md
@@ -0,0 +1,3 @@
+# drain-rs
+
+A crate that supports graceful shutdown.
0 commit comments