mirror of
https://github.com/ivabus/aliurl
synced 2024-11-12 18:45:16 +03:00
15 lines
315 B
TOML
15 lines
315 B
TOML
[package]
|
|
name = "aliurl"
|
|
version = "0.3.3"
|
|
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" |