Add live_kit_server::api::Client::{create,delete}_room
This commit is contained in:
parent
e39c7c62e4
commit
75c339851f
3 changed files with 66 additions and 34 deletions
|
@ -10,11 +10,12 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.38"
|
||||
futures = "0.3"
|
||||
hmac = "0.12"
|
||||
jwt = "0.16"
|
||||
hyper = { version = "0.14", features = ["client", "http1"] }
|
||||
prost = "0.8"
|
||||
prost-types = "0.8"
|
||||
reqwest = "0.11"
|
||||
serde = { version = "1.0", features = ["derive", "rc"] }
|
||||
sha2 = "0.10"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue