16 lines
198 B
TOML
16 lines
198 B
TOML
[package]
|
|
name = "khal-calendar"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
chrono = "0.4"
|
|
serde_json = "1"
|
|
|
|
[lints.rust]
|
|
unsafe_code = "warn"
|
|
|
|
[lints.clippy]
|
|
all = "warn"
|
|
pedantic = "warn"
|