17 lines
335 B
TOML
17 lines
335 B
TOML
[package]
|
|
name = "livekit"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
repository = "https://github.com/livekit/client-sdk-native"
|
|
|
|
[workspace]
|
|
exclude = ["libwebrtc"]
|
|
members = [
|
|
"crates/livekit-core",
|
|
"crates/livekit-webrtc",
|
|
"crates/livekit-webrtc/libwebrtc-sys"
|
|
]
|
|
|
|
[dependencies]
|
|
livekit-core = { path = "crates/livekit-core" }
|