From 210702bf0ebf49917c9ee529c75a283cedafc397 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Fri, 27 Oct 2023 10:34:53 -0700 Subject: [PATCH] Add Edition 2024 project group. --- teams/project-edition-2024.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 teams/project-edition-2024.toml diff --git a/teams/project-edition-2024.toml b/teams/project-edition-2024.toml new file mode 100644 index 000000000..d79020d16 --- /dev/null +++ b/teams/project-edition-2024.toml @@ -0,0 +1,17 @@ +name = "project-edition-2024" +kind = "project-group" +subteam-of = "leadership-council" + +[people] +leads = [ + "bstrie", + "ehuss" +] +members = [ + "bstrie", + "ehuss", + "m-ou-se", +] + +[[github]] +orgs = ["rust-lang"]