init bruv

This commit is contained in:
2026-04-13 07:12:19 +02:00
commit 458dc9f0b0
7 changed files with 1650 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "youtube-chat-rs"
version = "0.1.0"
edition = "2024"
[dependencies]
prost = "0.14.3"
prost-types = { version = "0.14.3", features = ["chrono"] }
tokio = {version = "1.51.1", features = ["macros", "rt-multi-thread"]}
tonic = "0.14.5"
tonic-prost = "0.14.5"
[build-dependencies]
tonic-prost-build = "*"