aliurl/Cargo.toml

15 lines
315 B
TOML
Raw Normal View History

2023-06-03 17:18:57 +03:00
[package]
name = "aliurl"
2023-06-09 09:01:47 +03:00
version = "0.3.3"
2023-06-03 17:18:57 +03:00
edition = "2021"
license = "MIT"
repository = "https://github.com/ivabus/aliurl"
description = "Small aliaser for URLs"
[dependencies]
rocket = "0.5.0-rc.3"
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
url-escape = "0.1.1"
rand = "0.8.5"