1
0
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:
EB 2024-03-02 03:06:22 +09:00 committed by GitHub
parent b5b6419c05
commit 7c063e890f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,4 +6,4 @@ edition.workspace = true
[dependencies]
actix-web = "4"
serde = "1.0"
serde = { version = "1", features = ["derive"] }