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:
@ -89,4 +89,6 @@ awc = "3"
|
||||
env_logger = "0.10"
|
||||
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
|
||||
log = "0.4"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tokio = { version = "1.13.1", features = ["sync"] }
|
||||
|
Reference in New Issue
Block a user