mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-19 04:18:52 +00:00
17 lines
383 B
TOML
17 lines
383 B
TOML
[package]
|
|
name = "portfolio-migration"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "migration"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
rocket = { version = "0.5.0-rc.2" }
|
|
async-std = { version = "^1", features = ["attributes", "tokio1"] }
|
|
|
|
[dependencies.sea-orm-migration]
|
|
version = "^0.10.0"
|
|
features = [ "runtime-tokio-native-tls", "sqlx-postgres", "sqlx-sqlite"]
|