mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
7c063e890f
* Update Cargo.toml serde::Deserialize is added features/derive * Update Cargo.toml --------- Co-authored-by: Rob Ede <robjtede@icloud.com>
10 lines
178 B
TOML
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"] }
|