2023-02-08 18:38:09 -05:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-applet-bluetooth"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
2024-05-06 15:39:04 +02:00
|
|
|
license = "GPL-3.0"
|
2023-02-08 18:38:09 -05:00
|
|
|
|
|
|
|
|
[dependencies]
|
2024-03-14 21:43:11 +01:00
|
|
|
anyhow.workspace = true
|
|
|
|
|
bluer = { version = "0.17", features = ["bluetoothd", "id"] }
|
2023-12-05 14:19:44 -05:00
|
|
|
cosmic-time.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
futures.workspace = true
|
|
|
|
|
i18n-embed-fl.workspace = true
|
|
|
|
|
i18n-embed.workspace = true
|
|
|
|
|
libcosmic.workspace = true
|
|
|
|
|
once_cell = "1.19.0"
|
|
|
|
|
rand = "0.8"
|
|
|
|
|
rust-embed.workspace = true
|
|
|
|
|
tokio = { version = "1.36.0", features = ["full"] }
|
2024-01-18 18:16:37 -05:00
|
|
|
tracing-log.workspace = true
|
2024-03-14 18:47:41 +01:00
|
|
|
tracing-subscriber.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
tracing.workspace = true
|