mirror of
https://github.com/ivabus/aliurl
synced 2024-11-22 14:35:06 +03:00
16 lines
349 B
TOML
16 lines
349 B
TOML
|
[package]
|
||
|
name = "aliurl"
|
||
|
version = "0.1.0"
|
||
|
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"
|
||
|
uuid = { version = "1.3.3", features = ["v4"] }
|