a0406c0da7
- weeks column - start using chrono for date caluclations
13 lines
300 B
TOML
13 lines
300 B
TOML
[package]
|
|
name = "calendar"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
#iced = "0.4.2"
|
|
#iced_native = "0.5.1"
|
|
iced = { path = "../iced" }
|
|
iced_native = { path = "../iced/native" }
|
|
chrono = "0.4" |