mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 05:00:16 +00:00
a44fc24445
Follow-up to #8353 Release Notes: - N/A
29 lines
542 B
TOML
29 lines
542 B
TOML
[package]
|
|
name = "live_kit_server"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "SDK for the LiveKit server API"
|
|
publish = false
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
[lib]
|
|
path = "src/live_kit_server.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
async-trait.workspace = true
|
|
hmac = "0.12"
|
|
jwt = "0.16"
|
|
log.workspace = true
|
|
prost.workspace = true
|
|
prost-types = "0.8"
|
|
reqwest = "0.11"
|
|
serde.workspace = true
|
|
sha2.workspace = true
|
|
|
|
[build-dependencies]
|
|
prost-build = "0.9"
|
|
|
|
[package.metadata.cargo-machete]
|
|
ignored = ["prost-types"]
|