aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"