mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
Update Cargo.toml (#365)
* Update Cargo.toml serde::Deserialize is added features/derive * Update Cargo.toml --------- Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
parent
b5b6419c05
commit
7c063e890f
@ -6,4 +6,4 @@ edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
serde = "1.0"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
Loading…
Reference in New Issue
Block a user