From 0637b4bad3eb2bcb40aca79f676a5fd07f8f8f68 Mon Sep 17 00:00:00 2001 From: core Date: Wed, 21 Jun 2023 21:11:56 -0400 Subject: [PATCH] publish _entities and _migration --- trifid-api/trifid_api_entities/Cargo.toml | 5 +++++ trifid-api/trifid_api_migration/Cargo.toml | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/trifid-api/trifid_api_entities/Cargo.toml b/trifid-api/trifid_api_entities/Cargo.toml index 73b20f4..141303c 100644 --- a/trifid-api/trifid_api_entities/Cargo.toml +++ b/trifid-api/trifid_api_entities/Cargo.toml @@ -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 diff --git a/trifid-api/trifid_api_migration/Cargo.toml b/trifid-api/trifid_api_migration/Cargo.toml index f090efb..b760105 100644 --- a/trifid-api/trifid_api_migration/Cargo.toml +++ b/trifid-api/trifid_api_migration/Cargo.toml @@ -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"