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:
@ -12,7 +12,7 @@ actix-web-lab.workspace = true
|
||||
dotenv = "0.15"
|
||||
env_logger.workspace = true
|
||||
log.workspace = true
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
sqlx = { version = "0.6", features = ["runtime-tokio-rustls", "sqlite", "offline"] }
|
||||
tera = "1.5"
|
||||
|
Reference in New Issue
Block a user