Create working comments API response
This commit is contained in:
parent
61234e9c07
commit
91186e5f43
4 changed files with 23 additions and 8 deletions
|
@ -8,5 +8,5 @@ edition = "2021"
|
|||
[dependencies]
|
||||
actix-web = "4"
|
||||
rusqlite = "0.27.0"
|
||||
serde = "1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue