1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00

11 lines
184 B
TOML
Raw Normal View History

2019-04-09 14:12:07 -04:00
[package]
2022-02-18 02:02:44 +00:00
name = "nested-routing"
2022-02-02 01:45:20 +00:00
version = "1.0.0"
edition = "2021"
2019-04-09 14:12:07 -04:00
[dependencies]
2022-12-30 16:30:16 +00:00
actix-web.workspace = true
env_logger.workspace = true
2022-12-30 16:30:16 +00:00
log.workspace = true
2023-01-02 20:35:11 +00:00
serde.workspace = true