From a182c216b817b84b64cb0665536f31a6de7961dd Mon Sep 17 00:00:00 2001 From: Steven Johnson Date: Tue, 14 Nov 2023 11:51:16 +0700 Subject: [PATCH] chore(gateway): Move metadata to the workspace for cat-gateway (#144) --- catalyst-gateway/Cargo.toml | 8 +++++++- catalyst-gateway/bin/Cargo.toml | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/catalyst-gateway/Cargo.toml b/catalyst-gateway/Cargo.toml index 7a872a7d6a..96566a3c7d 100644 --- a/catalyst-gateway/Cargo.toml +++ b/catalyst-gateway/Cargo.toml @@ -8,7 +8,13 @@ members = [ [workspace.package] edition = "2021" version = "0.0.1" -authors = [] +authors = [ + "Steven Johnson " +] +rust-version = "1.73" +homepage = "https://input-output-hk.github.io/catalyst-voices" +repository = "https://github.com/input-output-hk/catalyst-voices" +license = "MIT OR Apache-2.0" [workspace.dependencies] diff --git a/catalyst-gateway/bin/Cargo.toml b/catalyst-gateway/bin/Cargo.toml index 3b23927fb3..e7dd156d1f 100644 --- a/catalyst-gateway/bin/Cargo.toml +++ b/catalyst-gateway/bin/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "cat-gateway" description = "The Catalyst Data Gateway" -license = "Apache-2.0" -repository = "https://github.com/input-output-hk/catalyst-voices" keywords = ["cardano", "catalyst", "gateway"] categories = ["command-line-utilities"] version.workspace = true authors.workspace = true edition.workspace = true +license.workspace = true +repository.workspace = true [[bin]] name = "cat-gateway"