Skip to content

Commit df6bf0f

Browse files
authored
Merge pull request #180 from zeenix/add-authors-to-cargotoml
📦️ Add authors to Cargo
2 parents cd537fa + db1b194 commit df6bf0f

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ edition = "2021"
1515
rust-version = "1.83"
1616
license = "MIT"
1717
repository = "https://github.com/z-galaxy/zlink/"
18+
authors = ["Zeeshan Ali Khan<[email protected]>"]
1819

1920
[profile.bench]
2021
debug = true

zlink-codegen/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license.workspace = true
88
repository.workspace = true
99
keywords = ["varlink", "ipc", "codegen", "idl", "generator"]
1010
categories = ["development-tools::build-utils", "parsing"]
11+
authors.workspace = true
1112

1213
[[bin]]
1314
name = "zlink-codegen"

zlink-core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition.workspace = true
66
rust-version.workspace = true
77
license.workspace = true
88
repository.workspace = true
9+
authors.workspace = true
910

1011
[features]
1112
default = ["std", "server", "proxy", "tracing"]

zlink-macros/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition.workspace = true
66
rust-version.workspace = true
77
license.workspace = true
88
repository.workspace = true
9+
authors.workspace = true
910

1011
[lib]
1112
proc-macro = true

zlink-smol/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition.workspace = true
66
rust-version.workspace = true
77
license.workspace = true
88
repository.workspace = true
9+
authors.workspace = true
910

1011
[features]
1112
server = ["zlink-core/server"]

zlink-tokio/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition.workspace = true
66
rust-version.workspace = true
77
license.workspace = true
88
repository.workspace = true
9+
authors.workspace = true
910

1011
[features]
1112
server = ["zlink-core/server"]

zlink/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ edition.workspace = true
66
rust-version.workspace = true
77
license.workspace = true
88
repository.workspace = true
9+
authors.workspace = true
910

1011
[features]
1112
default = ["tokio", "server", "proxy", "tracing"]

0 commit comments

Comments
 (0)