rs-calendar/Cargo.toml
Fabrizio 36d3ce3a09 disable generation of lttng tracepoints if no tracing feature set
Signed-off-by: Fabrizio <fab@pop-os.localdomain>
2023-06-04 09:36:26 +02:00

18 lines
328 B
TOML

[package]
name = "calendar"
version = "0.1.0"
edition = "2021"
[features]
tracing = ["dep:lttng-ust"]
[dependencies]
#iced = "0.4.2"
#iced_native = "0.5.1"
iced = { path = "../iced", features = ["advanced"] }
chrono = "0.4"
lttng-ust = { version = "0.1.0", optional = true }
[build-dependencies]
lttng-ust-generate = "0.1.0"