calendar_db/Cargo.toml

12 lines
233 B
TOML
Raw Permalink Normal View History

2024-01-12 07:34:06 -05:00
[package]
name = "calendar_db"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
icalendar = "0.15.8"
icu = "1.3.2"
sqlite = "0.31.1"