[package] name = "compose-app" version = "0.1.0" edition = "2024" [dependencies] uniffi = { version = "0.29.4", features = ["tokio"] } lofty = "0.24.0" discord-rich-presence = "1.1.0" thiserror = "2.0" parking_lot = "0.12" log = "0.4" webrtc = "0.20.4" rtc = "0.20.4" async-trait = "0.1" bytes = "1" tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] } [lib] crate-type = ["cdylib", "staticlib"] path = "src/commonMain/rust/lib.rs"