1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

move serde deps to workspace

This commit is contained in:
Rob Ede
2023-01-02 20:35:11 +00:00
parent 91ffa11e19
commit 9e4882285e
25 changed files with 38 additions and 36 deletions

View File

@ -16,6 +16,6 @@ env_logger.workspace = true
futures-util.workspace = true
log.workspace = true
sanitize-filename = "0.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde.workspace = true
serde_json.workspace = true
tokio = { workspace = true, features = ["io-util", "fs"] }