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

9 lines
119 B
TOML
Raw Normal View History

[package]
name = "easy-form-handling"
version = "1.0.0"
edition = "2018"
[dependencies]
2020-09-12 17:21:54 +02:00
actix-web = "3"
serde = "1.0"