mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
28 lines
490 B
TOML
28 lines
490 B
TOML
[package]
|
|
name = "live_kit_server"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "SDK for the LiveKit server API"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "src/live_kit_server.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
async-trait.workspace = true
|
|
futures.workspace = true
|
|
hmac = "0.12"
|
|
log.workspace = true
|
|
jwt = "0.16"
|
|
prost = "0.8"
|
|
prost-types = "0.8"
|
|
reqwest = "0.11"
|
|
serde.workspace = true
|
|
serde_derive.workspace = true
|
|
sha2 = "0.10"
|
|
|
|
[build-dependencies]
|
|
prost-build = "0.9"
|