summaryrefslogtreecommitdiffstats
path: root/src/profile.rs
blob: 870db0854a6089c7b1bb9876718fbdfb62074adf (plain)
1
2
3
4
5
6
#[derive(Serialize, Deserialize, Debug)]
struct Profile {
    device_name: String,
    other_devices: Vec<String>,
}