urouter/Cargo.toml

15 lines
377 B
TOML
Raw Normal View History

2023-06-20 21:02:27 +03:00
[package]
name = "urouter"
version = "0.2.1"
2023-06-20 21:02:27 +03:00
edition = "2021"
license = "MIT"
repository = "https://github.com/ivabus/urouter"
description = "Small router for (kinda) short domains (fork of ivabus/aliurl for static routing)"
2023-06-20 21:02:27 +03:00
[dependencies]
rocket = "0.5.0-rc.3"
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
url-escape = "0.1.1"
smurf = "0.3.0"