Skip to content

Commit

Permalink
chore(cargo.toml): update authors
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Oct 25, 2024
1 parent 9bba930 commit df407d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
12 changes: 9 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name = "rari"
version = "0.0.14"
edition = "2021"
license = "MPL-2.0"
authors = ["Florian Dieminger <[email protected]>"]
authors = [
"Florian Dieminger <[email protected]>",
"The MDN Engineering Team <[email protected]>",
]
homepage = "https://github.com/mdn/rari"
repository = "https://github.com/mdn/rari"
rust-version = "1.81"
Expand Down Expand Up @@ -45,8 +48,11 @@ members = [
[workspace.package]
edition = "2021"
license = "MPL-2.0"
authors = ["Florian Dieminger <[email protected]>"]
rust-version = "1.80"
authors = [
"Florian Dieminger <[email protected]>",
"The MDN Engineering Team <[email protected]>",
]
rust-version = "1.81"

[workspace.dependencies]
rari-doc = { path = "crates/rari-doc" }
Expand Down
5 changes: 4 additions & 1 deletion crates/rari-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
name = "rari-tools"
version = "0.0.14"
edition.workspace = true
authors.workspace = true
authors = [
"Andi Pieper <[email protected]>",
"The MDN Engineering Team <[email protected]>",
]
license.workspace = true
rust-version.workspace = true

Expand Down

0 comments on commit df407d3

Please sign in to comment.