minimal routing code

This commit is contained in:
Nicholas Orlowsky 2025-11-19 18:32:06 -05:00
parent 2d8f131b91
commit a7d323056a
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
6 changed files with 151 additions and 20 deletions

View file

@ -10,7 +10,7 @@ pub enum StopType {
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct Stop {
pub id: i64,
pub id: String,
pub name: String,
pub lat: f64,
pub lng: f64,