Files
simple-rust-tests/__misc/icalendar/Cargo.toml
2022-10-07 20:58:32 +08:00

12 lines
215 B
TOML

[package]
name = "icalendar"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4"
icalendar = "0.13.1"