1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01:00
actix-website/examples/extractors/Cargo.toml

10 lines
130 B
TOML
Raw Normal View History

2019-06-17 05:17:17 +02:00
[package]
name = "extractors"
version = "1.0.0"
2019-06-17 05:17:17 +02:00
edition = "2018"
[dependencies]
2022-02-26 04:56:24 +01:00
actix-web = "4"
2019-06-17 05:17:17 +02:00
serde = "1.0"
serde_json = "1.0"