summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-05-31 12:21:36 +0200
committerYuval Adam <_@yuv.al>2024-05-31 12:21:36 +0200
commit083aa3410d8be297470051e39fb3b62960797bb0 (patch)
tree201f3f78af2d159255cc3aeed420fbbadbf41bec /Cargo.toml
parent56af6d299b02b07fbce1d650ae27c049dc152fa2 (diff)
Basic somafm channels json parse
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ad439b0..0b9e57e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"