14 lines
247 B
TOML
14 lines
247 B
TOML
|
|
[package]
|
||
|
|
name = "cosmic-image-button"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2021"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
tracing = "0.1.37"
|
||
|
|
tracing-subscriber = "0.3.17"
|
||
|
|
|
||
|
|
[dependencies.libcosmic]
|
||
|
|
path = "../../"
|
||
|
|
default-features = false
|
||
|
|
features = ["debug", "wayland", "tokio"]
|