urouter/Cargo.toml
2023-12-18 14:04:56 +03:00

17 lines
425 B
TOML

[package]
name = "urouter"
version = "0.3.3"
edition = "2021"
license = "MIT"
repository = "https://github.com/ivabus/urouter"
description = "Small router for (kinda) short domains (fork of ivabus/aliurl without REST API)"
[dependencies]
rocket = "0.5.0"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
url-escape = "0.1.1"
smurf = "0.3.0"
clap = { version = "4.4.11", features = ["derive"] }