aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1f5ecf4..eb83eca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,13 +1,13 @@
1[package] 1[package]
2name = "hedge" 2name = "isostatic"
3version = "0.1.0" 3version = "0.1.0"
4authors = ["Akshay <[email protected]>"] 4authors = ["Akshay <[email protected]>"]
5edition = "2018" 5edition = "2018"
6description = "minimal url shortner" 6description = "minimal url shortner"
7homepage = "https://github.com/nerdypepper/hedge" 7homepage = "https://github.com/nerdypepper/isostatic"
8repository = "https://github.com/nerdypepper/hedge" 8repository = "https://github.com/nerdypepper/isostatic"
9readme = "./readme.md" 9readme = "./readme.md"
10keywords = [ "url", "server", "url shortner" ] 10keywords = [ "url", "server", "url-shortner" ]
11categories = [ "asynchronous", "compression" ] 11categories = [ "asynchronous", "compression" ]
12license = "MIT" 12license = "MIT"
13 13