WIP: start on live_kit_server

This commit is contained in:
Antonio Scandurra 2022-10-14 17:00:38 +02:00
parent caeae38e3a
commit 5d433b1666
10 changed files with 144 additions and 75 deletions

View file

@ -12,5 +12,11 @@ doctest = false
anyhow = "1.0.38"
hmac = "0.12"
jwt = "0.16"
hyper = "0.14"
prost = "0.8"
prost-types = "0.8"
serde = { version = "1.0", features = ["derive", "rc"] }
sha2 = "0.10"
sha2 = "0.10"
[build-dependencies]
prost-build = "0.9"