cosmic-applets/cosmic-applet-bluetooth/Cargo.toml
2024-03-14 23:37:37 +01:00

25 lines
634 B
TOML

[package]
name = "cosmic-applet-bluetooth"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
[dependencies]
anyhow.workspace = true
bluer = { version = "0.17", features = ["bluetoothd", "id"] }
cosmic-time.workspace = true
futures.workspace = true
futures-util.workspace = true
i18n-embed-fl.workspace = true
i18n-embed.workspace = true
itertools = "0.12.1"
libcosmic.workspace = true
log = "0.4"
once_cell = "1.19.0"
rand = "0.8"
rust-embed.workspace = true
slotmap = "1.0.7"
tokio = { version = "1.36.0", features = ["full"] }
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true