1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-02 10:59:03 +01:00

added derive feature for serde

This commit is contained in:
dowwie 2019-07-11 15:35:43 -04:00
parent 7df26cb269
commit b874e0311a

View File

@ -46,7 +46,7 @@ actix-utils = { version = "0.4.2", optional = true }
actix-service = { version = "0.4.1", optional = true }
actix-session = { version = "0.2.0", optional = true }
rand = { version = "0.7.0", optional = true }
serde = { version = "1.0.94", optional = true }
serde = { version = "1.0.94", optional = true , features = ["derive"]}
serde_json = { version = "1.0.40", optional = true }
env_logger = "0.6.2"
actix-http-test = "0.2.2"