mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 11:29:25 +00:00
22 lines
462 B
TOML
22 lines
462 B
TOML
[package]
|
|
name = "live_kit"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Bindings to LiveKit Swift client SDK"
|
|
|
|
[lib]
|
|
path = "src/live_kit.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
media = { path = "../media" }
|
|
|
|
anyhow = "1.0.38"
|
|
core-foundation = "0.9.3"
|
|
core-graphics = "0.22.3"
|
|
futures = "0.3"
|
|
parking_lot = "0.11.1"
|
|
|
|
[build-dependencies]
|
|
serde = { version = "1.0", features = ["derive", "rc"] }
|
|
serde_json = { version = "1.0", features = ["preserve_order"] }
|