feat(toml): added serde to project
This commit is contained in:
parent
0925eaaded
commit
ae8f9db6ef
@ -5,3 +5,5 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user