cosmic-applets/cosmic-applet-bluetooth/Cargo.toml
Ryan Brue 0a32d27c70 chore(license): clarify GPL-3.0 license as GPL-3.0-only
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
2024-09-16 07:40:23 -06:00

21 lines
549 B
TOML

[package]
name = "cosmic-applet-bluetooth"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-only"
[dependencies]
anyhow.workspace = true
bluer = { version = "0.17", features = ["bluetoothd", "id"] }
cosmic-time.workspace = true
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"] }
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true