Skip to content

Commit 5c07d77

Browse files
committed
Break out authors per Crate
1 parent f30d11c commit 5c07d77

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ members = [
77
]
88

99
[workspace.package]
10-
authors = [
11-
"Brooklyn Zelenka <hello@brooklynzelenka.com>",
12-
"Irakli Gozalishvili <contact@gozala.io>",
13-
"Christopher Joel <0xcda7a@gmail.com>"
14-
]
15-
1610
edition = "2021"
1711
license = "Apache-2.0"
1812
repository = "https://github.com/ucan-wg/rs-ucan"

ucan/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ keywords = ["auth", "capability", "rpc"]
55
categories = ["security", "web-programming"]
66
description = "UCAN certificate capability tokens"
77
version = "0.5.0"
8+
authors = [
9+
"Brooklyn Zelenka <hello@brooklynzelenka.com>",
10+
"Irakli Gozalishvili <contact@gozala.io>",
11+
"Christopher Joel <0xcda7a@gmail.com>"
12+
]
813

9-
authors.workspace = true
1014
edition.workspace = true
1115
license.workspace = true
1216
repository.workspace = true

ucan_wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "ucan_wasm"
33
readme = "README.md"
4+
authors = ["Brooklyn Zelenka <hello@brooklynzelenka.com>"]
45
keywords = ["auth", "capability", "rpc"]
56
categories = ["security", "web-programming", "wasm"]
67
description = "WebAssembly wrapper for ucan"
78
version = "0.1.0"
89

9-
authors.workspace = true
1010
edition.workspace = true
1111
license.workspace = true
1212
repository.workspace = true

varsig/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
name = "varsig"
33
description = "Varsig signature metadata"
44
version = "0.1.0"
5+
authors = ["Brooklyn Zelenka <hello@brooklynzelenka.com>"]
56

67
readme = "README.md"
78
keywords = ["signature", "metadata", "ipld"]
89
categories = ["cryptography"]
910

10-
authors.workspace = true
1111
edition.workspace = true
1212
license.workspace = true
1313
repository.workspace = true

0 commit comments

Comments
 (0)