10 lines
176 B
TOML
10 lines
176 B
TOML
|
[package]
|
||
|
name = "bullet-cards-migration-core"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
|
||
|
[dependencies]
|
||
|
async-std.workspace = true
|
||
|
sea-orm-migration.workspace = true
|