bootstrap rust backend
This commit is contained in:
parent
f7c06da2af
commit
9bfe6ded8f
11 changed files with 144 additions and 0 deletions
16
crates/migration/Cargo.toml
Normal file
16
crates/migration/Cargo.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "migration"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "migration"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
async-std = { version = "1", features = ["attributes", "tokio1"] }
|
||||
|
||||
[dependencies.sea-orm-migration]
|
||||
version = "0.12.0"
|
||||
features = ["runtime-tokio-rustls", "sqlx-postgres"]
|
Loading…
Add table
Add a link
Reference in a new issue