Added some info in Cargo.toml and bumped version to 4.0.2

This commit is contained in:
SinTan1729
2023-04-10 12:01:15 -05:00
parent 66ea86b6d3
commit cdfcb901fa
3 changed files with 12 additions and 3 deletions

View File

@@ -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