publish _entities and _migration

This commit is contained in:
core 2023-06-21 21:11:56 -04:00
parent 2598a8efe0
commit 0637b4bad3
Signed by: core
GPG Key ID: FDBF740DADDCEECF
2 changed files with 10 additions and 1 deletions

View File

@ -2,6 +2,11 @@
name = "trifid_api_entities"
version = "0.1.0"
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

View File

@ -2,7 +2,11 @@
name = "trifid_api_migration"
version = "0.1.0"
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]
name = "trifid_api_migration"