bullet-cards/Cargo.toml
2025-05-20 08:34:15 +09:00

6 lines
227 B
TOML

[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"] }