Skip to content

Commit d492697

Browse files
committed
Add license and description in Cargo.toml
1 parent 777937e commit d492697

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ version = "0.1.0"
44
authors = [
55
"mayah <[email protected]>",
66
]
7+
license = "MIT/Apache-2.0"
78
repository = "https://github.com/mayah/zircon.rs"
89
readme = "README.md"
910
keywords = ["web"]
11+
description = "web application framework on tokio-based hyper"
1012

1113
[dependencies]
1214
cookie = { version = "0.8", features = ["secure"] }

0 commit comments

Comments
 (0)