Add timestamps, remove dead code
This commit is contained in:
parent
82e70178d5
commit
0e270e18b9
5 changed files with 78 additions and 27 deletions
|
@ -7,8 +7,9 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
rusqlite = "0.27.0"
|
||||
rusqlite = { version = "0.27.0", features = ["chrono"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
validator = "0.15.0"
|
||||
md5 = "0.7.0"
|
||||
chrono = "0.4.19"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue