21 lines
375 B
TOML
21 lines
375 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 = ["staticlib", "cdylib"]
|
|
bench = false
|