spit into crates and fix app
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-07-07 15:10:31 +02:00
parent 26e39c7c06
commit 35bde07b39
27 changed files with 751 additions and 384 deletions

9
neo-migration/Cargo.toml Normal file
View File

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