cosmic-applets/cosmic-applet-bluetooth/Cargo.toml

21 lines
505 B
TOML
Raw Normal View History

2023-02-08 18:38:09 -05:00
[package]
name = "cosmic-applet-bluetooth"
version = "0.1.0"
2025-08-12 21:38:51 +02:00
edition = "2024"
license = "GPL-3.0-only"
2023-02-08 18:38:09 -05:00
[dependencies]
anyhow.workspace = true
bluer = { version = "0.17", features = ["bluetoothd", "id"] }
2023-12-05 14:19:44 -05:00
cosmic-time.workspace = true
futures.workspace = true
i18n-embed-fl.workspace = true
i18n-embed.workspace = true
libcosmic.workspace = true
2025-10-03 23:25:51 +10:00
fastrand = "2.3.0"
rust-embed.workspace = true
2025-02-19 18:31:56 +01:00
tokio.workspace = true
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true