init project structure

This commit is contained in:
GW_MC
2026-03-06 13:28:14 +00:00
parent 4ce28b9005
commit 9c55a11712
34 changed files with 7035 additions and 22 deletions

View File

@@ -0,0 +1,16 @@
[package]
name = "nxmesh-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 = "2.0.0-rc"
features = ["runtime-tokio-rustls", "sqlx-postgres"]