neo/neo-migration/Cargo.toml
Patrick Michl d98e9ea9e3
All checks were successful
continuous-integration/drone/push Build is passing
add events and rooms migrations
2022-07-24 23:08:02 +02:00

10 lines
180 B
TOML

[package]
name = "neo-migration"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
sea-orm-migration = "^0.9"
neo-entity = { path = "../neo-entity" }
automod = "1"