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"