Skip to content

Commit

Permalink
fix(core): fs deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Dec 15, 2023
1 parent b9e010f commit ebeb082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viz-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ query = ["dep:serde", "dep:serde_urlencoded"]
multipart = ["dep:form-data"]
websocket = ["dep:tokio-tungstenite", "tokio/rt"]
sse = ["dep:tokio-stream", "tokio/time"]
fs = ["dep:tokio-util", "tokio/fs"]
fs = ["tokio-util/io", "tokio/fs"]

cookie = ["dep:cookie"]
cookie-private = ["cookie", "cookie?/private"]
Expand Down

0 comments on commit ebeb082

Please sign in to comment.