aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-08-24 14:13:06 +0100
committerAkshay <[email protected]>2020-08-24 14:13:06 +0100
commit1769baea084b9e414bfd8e24e942d119d8653348 (patch)
tree94274d2ab13ed093d8eb72df1d26196ede29a19c /Cargo.toml
parent4f83c8c353d25a1e2bf5c4859428bb2c3f1c04bb (diff)
add crate meta
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 7 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0ab5f8f..1f5ecf4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,8 +3,13 @@ name = "hedge"
3version = "0.1.0" 3version = "0.1.0"
4authors = ["Akshay <[email protected]>"] 4authors = ["Akshay <[email protected]>"]
5edition = "2018" 5edition = "2018"
6 6description = "minimal url shortner"
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7homepage = "https://github.com/nerdypepper/hedge"
8repository = "https://github.com/nerdypepper/hedge"
9readme = "./readme.md"
10keywords = [ "url", "server", "url shortner" ]
11categories = [ "asynchronous", "compression" ]
12license = "MIT"
8 13
9[dependencies] 14[dependencies]
10hyper = "0.13" 15hyper = "0.13"