mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 09:16:46 +00:00
Added some info in Cargo.toml and bumped version to 4.0.2
This commit is contained in:
parent
66ea86b6d3
commit
cdfcb901fa
2
actix/Cargo.lock
generated
2
actix/Cargo.lock
generated
@ -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",
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user