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
2023-11-01 15:09:54 +00:00

9 lines
119 B
TOML

[package]
name = "easy-form-handling"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web = "4"
serde = "1.0"