add lib folder

This commit is contained in:
2026-01-10 09:45:35 +00:00
parent 051c032f1d
commit ebe8389cb3
5 changed files with 546 additions and 0 deletions

10
lib/rust/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "channels"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = { version = "0.11", features = ["json", "blocking"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"