Files
client-sdk-rust/crates/livekit-utils/Cargo.toml
T
2023-01-01 22:38:27 +01:00

11 lines
252 B
TOML

[package]
name = "livekit-utils"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
parking_lot = "0.12.1"
tokio = { version = "1", features = ["full"] }