aliurl/Cargo.toml
Ivan Bushchik 85eaa42ad8
0.3.2
- Code cleanup
- Index resolution without ad set by default
2023-06-08 16:02:08 +03:00

15 lines
315 B
TOML

[package]
name = "aliurl"
version = "0.3.2"
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"