basic connection listening

This commit is contained in:
talksik
2023-06-30 15:08:26 -07:00
parent ca1878dd6e
commit 05f936c15b
3 changed files with 2120 additions and 2 deletions
+4
View File
@@ -6,3 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1", features = ["full"] }
env_logger = "0.10"
livekit = { version = "0.1.2" }
log = "0.4"