Added some info in Cargo.toml and bumped version to 4.0.2
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
[package]
|
||||
name = "simply-shorten"
|
||||
version = "4.0.1"
|
||||
version = "4.0.2"
|
||||
edition = "2021"
|
||||
authors = ["Sayantan Santra <sayantan[dot]santra689[at]gmail[dot]com"]
|
||||
license = "MIT"
|
||||
description = "A simple selfhosted URL shortener with no unnecessary features."
|
||||
homepage = "https://github.com/SinTan1729/simply-shorten"
|
||||
documentation = "https://github.com/SinTan1729/simply-shorten"
|
||||
repository = "https://github.com/SinTan1729/simply-shorten"
|
||||
readme = "README.md"
|
||||
keywords = ["docker", "rust", "self-hosted", "url-shortener", "webapp", "shortener", "link-shortener", "actix-web"]
|
||||
categories = ["web-programming"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user