diff --git a/Cargo.toml b/Cargo.toml index 50c1461a..0b1b3585 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,10 @@ name = "rari" version = "0.0.14" edition = "2021" license = "MPL-2.0" -authors = ["Florian Dieminger "] +authors = [ + "Florian Dieminger ", + "The MDN Engineering Team ", +] homepage = "https://github.com/mdn/rari" repository = "https://github.com/mdn/rari" rust-version = "1.81" @@ -45,8 +48,11 @@ members = [ [workspace.package] edition = "2021" license = "MPL-2.0" -authors = ["Florian Dieminger "] -rust-version = "1.80" +authors = [ + "Florian Dieminger ", + "The MDN Engineering Team ", +] +rust-version = "1.81" [workspace.dependencies] rari-doc = { path = "crates/rari-doc" } diff --git a/crates/rari-tools/Cargo.toml b/crates/rari-tools/Cargo.toml index 88e1672a..1a4d92f1 100644 --- a/crates/rari-tools/Cargo.toml +++ b/crates/rari-tools/Cargo.toml @@ -2,7 +2,10 @@ name = "rari-tools" version = "0.0.14" edition.workspace = true -authors.workspace = true +authors = [ + "Andi Pieper ", + "The MDN Engineering Team ", +] license.workspace = true rust-version.workspace = true