Set up some routes using new Rust API
This commit is contained in:
parent
fdc58b428b
commit
fc8e2a4360
26 changed files with 703 additions and 134 deletions
|
|
@ -5,7 +5,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
async-trait = "0.1.68"
|
||||
data = { path = "../../data" }
|
||||
common = { path = "../../common" }
|
||||
sea-orm = { version = "0.11.3", features = [ "macros", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "runtime-tokio-native-tls" ] }
|
||||
serde = { version = "1.0.162", features = [ "derive" ] }
|
||||
async-std = { version = "1", features = ["attributes", "tokio1"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue