mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
b6e5aa3bb0
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
25 lines
445 B
TOML
25 lines
445 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"
|
|
async-trait = "0.1"
|
|
futures = "0.3"
|
|
hmac = "0.12"
|
|
log = "0.4"
|
|
jwt = "0.16"
|
|
prost = "0.8"
|
|
prost-types = "0.8"
|
|
reqwest = "0.11"
|
|
serde = { version = "1.0", features = ["derive", "rc"] }
|
|
sha2 = "0.10"
|
|
|
|
[build-dependencies]
|
|
prost-build = "0.9"
|