Add REST endpoint for slot
This commit is contained in:
parent
82e89baeeb
commit
8f378472ea
28 changed files with 1925 additions and 28 deletions
|
|
@ -5,6 +5,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
async-trait = "0.1.80"
|
||||
uuid = "1.8.0"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
@ -14,3 +15,7 @@ features = ["runtime-tokio", "sqlite"]
|
|||
|
||||
[dependencies.dao]
|
||||
path = "../dao"
|
||||
|
||||
[dependencies.time]
|
||||
version = "0.3.36"
|
||||
features = ["parsing"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue