Move live_kit
to live_kit_client
and add live_kit_server
This commit is contained in:
parent
c25acc155d
commit
caeae38e3a
13 changed files with 38 additions and 19 deletions
16
crates/live_kit_server/Cargo.toml
Normal file
16
crates/live_kit_server/Cargo.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "live_kit_server"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "SDK for the LiveKit server API"
|
||||
|
||||
[lib]
|
||||
path = "src/live_kit_server.rs"
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.38"
|
||||
hmac = "0.12"
|
||||
jwt = "0.16"
|
||||
serde = { version = "1.0", features = ["derive", "rc"] }
|
||||
sha2 = "0.10"
|
Loading…
Add table
Add a link
Reference in a new issue