cosmic-gtk-config/Cargo.toml

23 lines
567 B
TOML
Raw Normal View History

[package]
name = "cosmic-gtk-config"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Bridges the COSMIC window-controls-position setting to GTK3, GTK4 and gsettings, à la kde-gtk-config."
authors = ["Lionel Darnis <ldarnis@gmail.com>"]
[dependencies]
cosmic-config = { path = "../libcosmic/cosmic-config", default-features = false, features = ["macro"] }
serde = { version = "1", features = ["derive"] }
anyhow = "1"
log = "0.4"
env_logger = "0.11"
[dev-dependencies]
tempfile = "3"
[profile.release]
lto = "thin"
codegen-units = 1
strip = true