1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/basics/nested-routing/Cargo.toml

11 lines
244 B
TOML
Raw Normal View History

2019-04-09 20:12:07 +02:00
[package]
2022-02-18 03:02:44 +01:00
name = "nested-routing"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
edition = "2021"
2019-04-09 20:12:07 +02:00
[dependencies]
actix-web = { workspace = true, features = ["openssl"] }
env_logger.workspace = true
2019-04-09 20:12:07 +02:00
serde = { version = "^1.0", features = ["derive"] }
serde_json = "1.0.39"