diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -3,8 +3,13 @@ name = "hedge" | |||
3 | version = "0.1.0" | 3 | version = "0.1.0" |
4 | authors = ["Akshay <[email protected]>"] | 4 | authors = ["Akshay <[email protected]>"] |
5 | edition = "2018" | 5 | edition = "2018" |
6 | 6 | description = "minimal url shortner" | |
7 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | 7 | homepage = "https://github.com/nerdypepper/hedge" |
8 | repository = "https://github.com/nerdypepper/hedge" | ||
9 | readme = "./readme.md" | ||
10 | keywords = [ "url", "server", "url shortner" ] | ||
11 | categories = [ "asynchronous", "compression" ] | ||
12 | license = "MIT" | ||
8 | 13 | ||
9 | [dependencies] | 14 | [dependencies] |
10 | hyper = "0.13" | 15 | hyper = "0.13" |