mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
16 lines
303 B
TOML
16 lines
303 B
TOML
|
[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"
|