neo/neo-migration/Cargo.toml
Patrick Michl 35bde07b39
All checks were successful
continuous-integration/drone/push Build is passing
spit into crates and fix app
2022-07-07 15:10:31 +02:00

10 lines
167 B
TOML

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