1
0
mirror of https://github.com/actix/actix-website synced 2024-11-25 01:02:58 +01:00
actix-website/examples/front-page/easy-form-handling/Cargo.toml
2019-06-12 18:14:10 -04:00

9 lines
121 B
TOML

[package]
name = "easy-form-handling"
version = "0.1.0"
edition = "2018"
[dependencies]
actix-web = "1.0"
serde = "1.0"