summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--people/Shnatsel.toml4
-rw-r--r--people/tarcieri.toml5
-rw-r--r--teams/wg-secure-code.toml14
3 files changed, 23 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/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..c478bfa
--- /dev/null
+++ b/teams/wg-secure-code.toml
@@ -0,0 +1,14 @@
+name = "wg-secure-code"
+wg = true
+
+[people]
+leads = ["Shnatsel", "tarcieri"]
+members = [
+ "Shnatsel",
+ "tarcieri"
+]
+
+[website]
+name = "Secure Code WG"
+description = "Making it easy to write secure code in Rust"
+repo = "https://github.com/rust-secure-code/wg"