19 lines
371 B
TOML
19 lines
371 B
TOML
![]() |
[package]
|
||
|
name = "gb-migrations"
|
||
|
version.workspace = true
|
||
|
edition.workspace = true
|
||
|
authors.workspace = true
|
||
|
license.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
tokio.workspace = true
|
||
|
sqlx.workspace = true
|
||
|
tracing.workspace = true
|
||
|
uuid.workspace = true
|
||
|
chrono.workspace = true
|
||
|
serde_json.workspace = true
|
||
|
gb-core = { path = "../gb-core" }
|
||
|
|
||
|
[dev-dependencies]
|
||
|
rstest.workspace = true
|