Add REST endpoint for slot
This commit is contained in:
parent
82e89baeeb
commit
8f378472ea
28 changed files with 1925 additions and 28 deletions
|
|
@ -24,3 +24,9 @@ features = ["full"]
|
|||
[dependencies.sqlx]
|
||||
version = "0.7.4"
|
||||
features = ["runtime-tokio", "sqlite"]
|
||||
|
||||
[dependencies.time]
|
||||
version = "0.3.36"
|
||||
|
||||
[dependencies.time-macros]
|
||||
version = "0.2.18"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue