File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,13 @@ members = [
8
8
[workspace .package ]
9
9
edition = " 2021"
10
10
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"
12
18
13
19
[workspace .dependencies ]
14
20
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cat-gateway"
3
3
description = " The Catalyst Data Gateway"
4
- license = " Apache-2.0"
5
- repository = " https://github.com/input-output-hk/catalyst-voices"
6
4
keywords = [" cardano" , " catalyst" , " gateway" ]
7
5
categories = [" command-line-utilities" ]
8
6
version.workspace = true
9
7
authors.workspace = true
10
8
edition.workspace = true
9
+ license.workspace = true
10
+ repository.workspace = true
11
11
12
12
[[bin ]]
13
13
name = " cat-gateway"
You can’t perform that action at this time.
0 commit comments