WIP: start on live_kit_server
This commit is contained in:
parent
caeae38e3a
commit
5d433b1666
10 changed files with 144 additions and 75 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue