Skip to content

Commit

Permalink
Merge pull request #13 from mirdaki/fixCargo
Browse files Browse the repository at this point in the history
  • Loading branch information
mirdaki authored Sep 26, 2022
2 parents 3886d9e + 6066758 commit 5d85a98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[package]
name = "urshort"
version = "0.1.0"
version = "0.1.1"
authors = ["Matthew Booe <[email protected]>"]
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

Expand Down

0 comments on commit 5d85a98

Please sign in to comment.