time start

This commit is contained in:
2023-09-22 22:10:52 +02:00
parent 34957749cb
commit a28610f821
2 changed files with 20 additions and 1 deletions

View File

@@ -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,
}