diff options
| author | Yuval Adam <_@yuv.al> | 2024-05-31 12:21:36 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-05-31 12:21:36 +0200 |
| commit | 083aa3410d8be297470051e39fb3b62960797bb0 (patch) | |
| tree | 201f3f78af2d159255cc3aeed420fbbadbf41bec /Cargo.toml | |
| parent | 56af6d299b02b07fbce1d650ae27c049dc152fa2 (diff) | |
Basic somafm channels json parse
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,3 +4,6 @@ version = "0.1.0" edition = "2021" [dependencies] +reqwest = { version = "0.12.4", features = ["blocking"] } +serde = { version = "1.0.203", features = ["derive"] } +serde_json = "1.0.117" |
