summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--people/Shnatsel.toml4
-rw-r--r--people/alex.toml5
-rw-r--r--people/tarcieri.toml5
-rw-r--r--teams/wg-secure-code.toml15
4 files changed, 29 insertions, 0 deletions
diff --git a/people/Shnatsel.toml b/people/Shnatsel.toml
new file mode 100644
index 0000000..0971d2b
--- /dev/null
+++ b/people/Shnatsel.toml
@@ -0,0 +1,4 @@
+name = "Sergey Davidoff"
+email = "shnatsel@gmail.com"
+github = "Shnatsel"
+github-id = 291257
diff --git a/people/alex.toml b/people/alex.toml
new file mode 100644
index 0000000..bf84d3e
--- /dev/null
+++ b/people/alex.toml
@@ -0,0 +1,5 @@
+name = "Alex Gaynor"
+email = "alex.gaynor@gmail.com"
+github = "alex"
+github-id = 772
+irc = "Alex_Gaynor"
diff --git a/people/tarcieri.toml b/people/tarcieri.toml
new file mode 100644
index 0000000..c2ef124
--- /dev/null
+++ b/people/tarcieri.toml
@@ -0,0 +1,5 @@
+name = "Tony Arcieri"
+email = "tony@iqlusion.io"
+github = "tarcieri"
+github-id = 797
+irc = "bascule"
diff --git a/teams/wg-secure-code.toml b/teams/wg-secure-code.toml
new file mode 100644
index 0000000..046650c
--- /dev/null
+++ b/teams/wg-secure-code.toml
@@ -0,0 +1,15 @@
+name = "wg-secure-code"
+wg = true
+
+[people]
+leads = ["Shnatsel", "tarcieri"]
+members = [
+ "Shnatsel",
+ "tarcieri",
+ "alex"
+]
+
+[website]
+name = "Secure Code WG"
+description = "Making it easy to write secure code in Rust"
+repo = "https://github.com/rust-secure-code/wg"