calendar/migration/Cargo.toml
pavel 9ae6d88c21
All checks were successful
/ upload (release) Successful in 1m54s
init
2026-02-15 23:16:26 +01:00

11 lines
169 B
TOML

[package]
name = "migration"
version = "0.1.0"
edition = "2024"
[lib]
name = "migration"
path = "src/lib.rs"
[dependencies]
sea-orm-migration = { version = "1.1.19" }