Skip to content

Commit 132c771

Browse files
committed
Add a placeholder README
1 parent 184a97a commit 132c771

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
[package]
22
name = "drain"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
authors = ["Linkerd Developers <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2018"
7+
readme = "README.md"
8+
repository = "https://github.com/linkerd/drain-rs"
9+
description = """
10+
A crate that supports graceful shutdown
11+
"""
712

813
[features]
914
retain = ["tower"]

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# drain-rs
2+
3+
A crate that supports graceful shutdown.

0 commit comments

Comments
 (0)