From e5c6237c156065eca542867d1495d0ec48888397 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Sat, 30 Mar 2019 11:16:31 +0100 Subject: add rfcbot configuration --- rust_team_data/src/v1.rs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'rust_team_data') diff --git a/rust_team_data/src/v1.rs b/rust_team_data/src/v1.rs index bb69449..50edebd 100644 --- a/rust_team_data/src/v1.rs +++ b/rust_team_data/src/v1.rs @@ -64,3 +64,15 @@ pub struct Lists { pub struct Permission { pub github_users: Vec, } + +#[derive(Debug, Clone, Serialize, Deserialize)] +pub struct Rfcbot { + pub teams: IndexMap, +} + +#[derive(Debug, Clone, Serialize, Deserialize)] +pub struct RfcbotTeam { + pub name: String, + pub ping: String, + pub members: Vec, +} -- cgit v1.2.3