1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 08:43:01 +01:00
actix-website/examples/url-dispatch/Cargo.toml

10 lines
135 B
TOML
Raw Normal View History

2018-05-24 19:13:55 +02:00
[package]
name = "url-dispatch"
version = "1.0.0"
2023-11-01 16:11:40 +01:00
publish = false
edition.workspace = true
2018-05-24 19:13:55 +02:00
[dependencies]
2022-02-26 04:56:24 +01:00
actix-web = "4"
2023-11-01 16:08:22 +01:00
serde = "1"