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
239 B
TOML
Raw Normal View History

2019-04-09 20:12:07 +02:00
[package]
name = "async_ex2"
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 = { version = "4.0.0-beta.21", features = ["openssl"] }
env_logger = "0.9"
2019-04-09 20:12:07 +02:00
serde = { version = "^1.0", features = ["derive"] }
serde_json = "1.0.39"