1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00
actix-website/examples/easy-form-handling/Cargo.toml
EB 7c063e890f
Update Cargo.toml (#365)
* Update Cargo.toml

serde::Deserialize is added features/derive

* Update Cargo.toml

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-03-01 18:06:22 +00:00

10 lines
178 B
TOML

[package]
name = "easy-form-handling"
version = "1.0.0"
publish = false
edition.workspace = true
[dependencies]
actix-web = "4"
serde = { version = "1", features = ["derive"] }