Skip to content

Commit a182c21

Browse files
authored
chore(gateway): Move metadata to the workspace for cat-gateway (#144)
1 parent b0e2c4a commit a182c21

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

catalyst-gateway/Cargo.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ members = [
88
[workspace.package]
99
edition = "2021"
1010
version = "0.0.1"
11-
authors = []
11+
authors = [
12+
"Steven Johnson <[email protected]>"
13+
]
14+
rust-version = "1.73"
15+
homepage = "https://input-output-hk.github.io/catalyst-voices"
16+
repository = "https://github.com/input-output-hk/catalyst-voices"
17+
license = "MIT OR Apache-2.0"
1218

1319
[workspace.dependencies]
1420

catalyst-gateway/bin/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "cat-gateway"
33
description = "The Catalyst Data Gateway"
4-
license = "Apache-2.0"
5-
repository = "https://github.com/input-output-hk/catalyst-voices"
64
keywords = ["cardano", "catalyst", "gateway"]
75
categories = ["command-line-utilities"]
86
version.workspace = true
97
authors.workspace = true
108
edition.workspace = true
9+
license.workspace = true
10+
repository.workspace = true
1111

1212
[[bin]]
1313
name = "cat-gateway"

0 commit comments

Comments
 (0)