radiobrowser-lib-rust/Cargo.toml

14 lines
479 B
TOML
Raw Normal View History

2022-04-18 23:55:26 +00:00
[package]
name = "radiobrowser-lib-rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-std = { version = "*", features = ["attributes", "tokio1"] }
2022-04-20 19:51:14 +00:00
async-std-resolver = "0.21.2"
chrono = { version = "0.4.19", features = ["serde"] }
rand = { version = "0.8.5" }
2022-04-18 23:55:26 +00:00
reqwest = { version = "0.11.10", features = ["json"] }
2022-04-20 19:51:14 +00:00
serde = { version = "1.0.136", features = ["derive"] }