Initial commit
This commit is contained in:
16
backend/migration/Cargo.toml
Normal file
16
backend/migration/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "migration"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "migration"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
async-std = { version = "1", features = ["attributes", "tokio1"] }
|
||||
|
||||
[dependencies.sea-orm-migration]
|
||||
version = "1.1.19"
|
||||
features = ["sqlx-mysql", "runtime-tokio-rustls"]
|
||||
Reference in New Issue
Block a user