Skip to content

Commit b5e7602

Browse files
add ffi-unwind project group (#193)
* add ffi-unwind project group For now, we have to use the wg- prefix because team repo has to be taught about project groups. * Update teams/wg-ffi-unwind.toml Co-Authored-By: Kyle J Strand <BatmanAoD@users.noreply.github.com>
1 parent 663555b commit b5e7602

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

people/acfoltzer.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = 'Adam C. Foltzer'
2+
github = 'acfoltzer'
3+
github-id = 205266
4+
email = 'acfoltzer@acfoltzer.net'

teams/wg-ffi-unwind.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "wg-ffi-unwind"
2+
subteam-of = "lang"
3+
wg = true
4+
5+
[people]
6+
leads = ["nikomatsakis", "acfoltzer", "BatmanAoD"]
7+
members = [
8+
"acfoltzer",
9+
"Amanieu",
10+
"BatmanAoD",
11+
"gnzlbg",
12+
"nikomatsakis",
13+
]
14+
15+
[website]
16+
name = "ffi-unwind project group"
17+
description = "A working-group project to extend the Rust language to support unwinding that crosses FFI boundaries"
18+
repo = "https://github.com/rust-lang/project-ffi-unwind"
19+
20+
[github]
21+
orgs = ["rust-lang"]

0 commit comments

Comments
 (0)