Skip to content

Commit

Permalink
Add serde qs as explicit cargo feature (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlebran committed Feb 29, 2024
2 parents 2a250bb + 1a95a1f commit 4898e37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ serde_qs = { version = "0.12", optional = true }

[features]
lab_query = ["actix-web-lab"]
serde_qs = ["dep:serde_qs"]

[dev-dependencies]
actix-test = "0.1"
Expand Down

0 comments on commit 4898e37

Please sign in to comment.