1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-10-16 13:27:03 -05:00

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

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

2
actix/Cargo.lock generated
View file

@ -1225,7 +1225,7 @@ dependencies = [
[[package]] [[package]]
name = "simply-shorten" name = "simply-shorten"
version = "4.0.1" version = "4.0.2"
dependencies = [ dependencies = [
"actix-files", "actix-files",
"actix-session", "actix-session",

View file

@ -1,7 +1,16 @@
[package] [package]
name = "simply-shorten" name = "simply-shorten"
version = "4.0.1" version = "4.0.2"
edition = "2021" 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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -63,7 +63,7 @@
</div> </div>
<div name="gitlab"> <div name="gitlab">
<a href="https://gitlab.com/SinTan1729/simply-shorten" target="_blank" rel="noopener noreferrer">Source Code</a> <a href="https://github.com/SinTan1729/simply-shorten" target="_blank" rel="noopener noreferrer">Source Code</a>
</div> </div>
</body> </body>