mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
19 lines
420 B
TOML
19 lines
420 B
TOML
[package]
|
|
name = "rustical_ical"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
description.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
chrono.workspace = true
|
|
chrono-tz.workspace = true
|
|
thiserror.workspace = true
|
|
derive_more.workspace = true
|
|
rustical_xml.workspace = true
|
|
ical.workspace = true
|
|
lazy_static.workspace = true
|
|
regex.workspace = true
|
|
strum.workspace = true
|
|
strum_macros.workspace = true
|