zed/crates/live_kit_server/Cargo.toml
Mikayla Maki 5d5c4b6677
Revert http client changes (#18892)
These proved to be too unstable. Will restore these changes once the issues have been fixed.

Release Notes:

- N/A
2024-10-09 01:07:18 -07:00

30 lines
567 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"
[lints]
workspace = true
[lib]
path = "src/live_kit_server.rs"
doctest = false
[dependencies]
anyhow.workspace = true
async-trait.workspace = true
jsonwebtoken.workspace = true
log.workspace = true
prost.workspace = true
prost-types.workspace = true
reqwest = "0.11"
serde.workspace = true
[build-dependencies]
prost-build.workspace = true
[package.metadata.cargo-machete]
ignored = ["prost-types"]