Files
client-sdk-rust/Cargo.toml
T
2022-08-11 12:20:23 +02:00

21 lines
362 B
TOML

[package]
name = "livekit-native"
version = "0.1.0"
edition = "2021"
homepage = "https://livekit.io"
crate-type = ["lib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cxx = "1.0"
[build-dependencies]
cxx-build = "1.0"
glob = "0.3.0"
regex = "1.0"
[lib]
crate-type = ["cdylib"]
bench = false