diff --git a/Cargo.lock b/Cargo.lock index 3197385..8566c46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -655,7 +655,7 @@ checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd" [[package]] name = "urshort" -version = "0.1.0" +version = "0.1.1" dependencies = [ "axum", "dotenv", diff --git a/Cargo.toml b/Cargo.toml index dd377d4..9764c3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,14 @@ [package] name = "urshort" -version = "0.1.0" +version = "0.1.1" authors = ["Matthew Booe "] +description = "A blazingly fast and amazingly simple URL shortener designed for self-hosters." edition = "2021" license = "MIT" +homepage = "https://github.com/mirdaki/urshort" +repository = "https://github.com/mirdaki/urshort" +keywords = ["url-shortener", "server", "web"] +categories = ["web-programming::http-server"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html