diff --git a/people/BennoLossin.toml b/people/BennoLossin.toml index 34defd6dd..68401d4a0 100644 --- a/people/BennoLossin.toml +++ b/people/BennoLossin.toml @@ -2,3 +2,4 @@ name = "Benno Lossin" github = "BennoLossin" github-id = 94611769 zulip-id = 458499 +email = "benno.lossin@proton.me" diff --git a/teams/wg-field-projections.toml b/teams/wg-field-projections.toml new file mode 100644 index 000000000..50a682e52 --- /dev/null +++ b/teams/wg-field-projections.toml @@ -0,0 +1,28 @@ +name = "wg-field-projections" +subteam-of = "lang" +kind = "working-group" + +[people] +leads = [ + "BennoLossin", + "tmandry", +] +members = [ + "BennoLossin", + "tmandry", + "Nadrieril", + "dingxiangfei2009", +] +alumni = [ +] + +[[github]] +orgs = ["rust-lang"] + +[website] +name = "Field Projections Working Group" +description = "Designing a language feature for field projections in Rust" +zulip-stream = "t-lang/custom-refs" + +[[zulip-groups]] +name = "WG-field-projections"