This commit is contained in:
2025-07-10 10:02:24 +02:00
parent 4ca3d9073e
commit 0e91b767bd
2 changed files with 1 additions and 22 deletions

View File

@@ -4,8 +4,7 @@ use serde::Deserialize;
struct Channel {
id: String,
name: String,
kind: String
channel
kind: String,
}
#[tokio::main]