mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 15:44:31 +03:00
16 lines
323 B
TOML
16 lines
323 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]
|
||
|
|
||
|
[build-dependencies]
|
||
|
serde = { version = "1.0", features = ["derive", "rc"] }
|
||
|
serde_json = { version = "1.0", features = ["preserve_order"] }
|