mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
17 lines
365 B
TOML
17 lines
365 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]
|
|
core-foundation = "0.9.3"
|
|
futures = "0.3"
|
|
|
|
[build-dependencies]
|
|
serde = { version = "1.0", features = ["derive", "rc"] }
|
|
serde_json = { version = "1.0", features = ["preserve_order"] }
|