publish _entities and _migration
This commit is contained in:
parent
2598a8efe0
commit
0637b4bad3
|
@ -2,6 +2,11 @@
|
||||||
name = "trifid_api_entities"
|
name = "trifid_api_entities"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
description = "Database entities for trifid-api"
|
||||||
|
license = "GPL-3.0-or-later"
|
||||||
|
documentation = "https://git.e3t.cc/~core/trifid"
|
||||||
|
homepage = "https://git.e3t.cc/~core/trifid"
|
||||||
|
repository = "https://git.e3t.cc/~core/trifid"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,11 @@
|
||||||
name = "trifid_api_migration"
|
name = "trifid_api_migration"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = false
|
description = "Database migrations for trifid-api"
|
||||||
|
license = "GPL-3.0-or-later"
|
||||||
|
documentation = "https://git.e3t.cc/~core/trifid"
|
||||||
|
homepage = "https://git.e3t.cc/~core/trifid"
|
||||||
|
repository = "https://git.e3t.cc/~core/trifid"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "trifid_api_migration"
|
name = "trifid_api_migration"
|
||||||
|
|
Loading…
Reference in New Issue