time start
This commit is contained in:
@@ -11,6 +11,7 @@ const STATION_URL:&str = "https://www.rnv-online.de/rest/departure/2494";
|
||||
pub struct Station {
|
||||
pub id: String,
|
||||
pub name: String,
|
||||
#[serde(alias = "graphQL")]
|
||||
pub graph_ql: GraphQL,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user