1
2
3
4
5
6
7
use serde_derive::Deserialize;

#[derive(Debug, Deserialize)]
pub struct Icon {
    pub host: String,
    pub url: String,
}