2022-08-02 08:04:48 +02:00
|
|
|
[package]
|
|
|
|
name = "calendar"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
2023-01-28 09:30:33 +01:00
|
|
|
[features]
|
|
|
|
tracing = ["dep:lttng-ust"]
|
2022-08-02 08:04:48 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
#iced = "0.4.2"
|
|
|
|
#iced_native = "0.5.1"
|
|
|
|
iced = { path = "../iced" }
|
2022-09-25 08:23:14 +02:00
|
|
|
iced_native = { path = "../iced/native" }
|
2023-01-28 09:30:33 +01:00
|
|
|
chrono = "0.4"
|
|
|
|
lttng-ust = { version = "0.1.0", optional = true }
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
lttng-ust-generate = "0.1.0"
|