mirror of
https://github.com/actix/actix-website
synced 2024-11-24 00:41:07 +01:00
14 lines
199 B
TOML
14 lines
199 B
TOML
[package]
|
|
name = "url-dispatch"
|
|
version = "1.0.0"
|
|
edition = "2018"
|
|
workspace = "../"
|
|
|
|
[dependencies]
|
|
actix = "0.9"
|
|
actix-rt = "1.0"
|
|
actix-web = "2.0"
|
|
futures = "0.3.1"
|
|
openssl = "0.10"
|
|
serde = "1.0"
|