Skip to content

Commit 1f4dca2

Browse files
authored
Merge pull request #103 from tarcieri/wg-secure-code
Add Secure Code WG
2 parents f96a3ef + 42e039a commit 1f4dca2

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

people/Shnatsel.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "Sergey Davidoff"
2+
3+
github = "Shnatsel"
4+
github-id = 291257

people/alex.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "Alex Gaynor"
2+
3+
github = "alex"
4+
github-id = 772
5+
irc = "Alex_Gaynor"

people/tarcieri.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "Tony Arcieri"
2+
3+
github = "tarcieri"
4+
github-id = 797
5+
irc = "bascule"

teams/wg-secure-code.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name = "wg-secure-code"
2+
wg = true
3+
4+
[people]
5+
leads = ["Shnatsel", "tarcieri"]
6+
members = [
7+
"Shnatsel",
8+
"tarcieri",
9+
"alex"
10+
]
11+
12+
[website]
13+
name = "Secure Code WG"
14+
description = "Making it easy to write secure code in Rust"
15+
repo = "https://github.com/rust-secure-code/wg"

0 commit comments

Comments
 (0)