0.3.0 Redone registration api, added debug/clone

This commit is contained in:
Aaron Power
2017-04-21 12:06:30 +01:00
parent 686c5129f3
commit a528624dc3
13 changed files with 261 additions and 166 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#[derive(Deserialize)]
#[derive(Debug, Clone, Deserialize)]
pub struct Relationship {
pub following: bool,
pub followed_by: bool,