cad6d36201
- Prepare webrtc abstraction ( for future wasm support ) - Added track publish support for videos - Added LogoTrack example to simple_room demo - Lot of cleanup - There are compiler warnings I'll solve on our v1 release
13 lines
305 B
TOML
13 lines
305 B
TOML
[package]
|
|
name = "livekit-utils"
|
|
version = "0.1.1"
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
description = "Shared utilities for livekit"
|
|
repository = "https://github.com/livekit/client-sdk-rust"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.26.0", features = ["full"] }
|
|
futures-util = "0.3"
|
|
parking_lot = "0.12"
|