cosmic-applets/cosmic-applet-input-sources/Cargo.toml

22 lines
594 B
TOML
Raw Normal View History

2024-04-11 11:24:58 +02:00
[package]
name = "cosmic-applet-input-sources"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-only"
2024-04-11 11:24:58 +02:00
[dependencies]
2024-10-30 22:51:08 -04:00
# cosmic-time.workspace = true
2024-04-11 11:24:58 +02:00
cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp.git", rev = "5eb5af4" }
i18n-embed-fl.workspace = true
i18n-embed.workspace = true
libcosmic.workspace = true
2025-02-19 18:31:56 +01:00
libpulse-binding = "2.28.2"
2024-04-11 11:24:58 +02:00
rust-embed.workspace = true
2025-02-19 18:31:56 +01:00
tokio.workspace = true
2024-04-11 11:24:58 +02:00
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
2025-02-19 18:31:56 +01:00
serde = { version = "1.0.217", features = ["derive"] }
once_cell = "1.20.3"
xkb-data = "0.2"