Cargo.toml (354B)
1 [package] 2 name = "radio" 3 version = "0.1.0" 4 authors = ["Alex Balgavy <alex@balgavy.eu>"] 5 edition = "2018" 6 7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 8 9 [dependencies] 10 toml = "0.5.9" 11 serde = { version = "1.0", features = ["derive"] } 12 ureq = { version = "2.4.0", features = ["json"] } 13 serde_json = "1.0"