mirror of
https://github.com/actix/actix-website
synced 2024-11-24 08:43:01 +01:00
13 lines
184 B
TOML
13 lines
184 B
TOML
[package]
|
|
name = "url-dispatch"
|
|
version = "0.6.0"
|
|
workspace = "../"
|
|
|
|
[dependencies]
|
|
actix = "0.5"
|
|
actix-web = "0.6"
|
|
futures = "0.1"
|
|
openssl = "0.10"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|