bullet-cards/Cargo.toml

7 lines
227 B
TOML
Raw Normal View History

2025-05-20 08:34:15 +09:00
[workspace]
members = ["bullet-cards-*"]
[workspace.dependencies]
async-std = { version = "1", features = ["attributes", "tokio1"] }
sea-orm-migration = { version = "1.1.0", features = ["runtime-tokio-rustls","sqlx-sqlite"] }