Sets the resolver to 3, so it's Rust-version aware. Without it, some dependencies get updated to versions needing Rust versions newer than the target.
20 lines
570 B
TOML
20 lines
570 B
TOML
[package]
|
|
name = "cosmic-applet-input-sources"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "GPL-3.0-only"
|
|
|
|
[dependencies]
|
|
# cosmic-time.workspace = true
|
|
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
|
|
libpulse-binding = "2.30.1"
|
|
rust-embed.workspace = true
|
|
tokio.workspace = true
|
|
tracing-log.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
tracing.workspace = true
|
|
serde = { workspace = true, features = ["derive"] }
|
|
xkb-data = "0.2"
|