mirror of
https://gitlab.com/hladislav/radiobrowser-lib-rust.git
synced 2025-04-29 23:34:12 +00:00
12 lines
396 B
TOML
12 lines
396 B
TOML
![]() |
[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"] }
|
||
|
reqwest = { version = "0.11.10", features = ["json"] }
|
||
|
serde = { version = "1.0.136", features = ["derive"] }
|
||
|
async-std-resolver = "0.21.2"
|