Skip to content

Commit

Permalink
chore(gateway): Move metadata to the workspace for cat-gateway (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj authored Nov 14, 2023
1 parent b0e2c4a commit a182c21
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion catalyst-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ members = [
[workspace.package]
edition = "2021"
version = "0.0.1"
authors = []
authors = [
"Steven Johnson <[email protected]>"
]
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]

Expand Down
4 changes: 2 additions & 2 deletions catalyst-gateway/bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a182c21

Please sign in to comment.