mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-30 18:58:18 +00:00
26 lines
560 B
TOML
26 lines
560 B
TOML
[package]
|
|
name = "rustical_ical"
|
|
version.workspace = true
|
|
rust-version.workspace = true
|
|
edition.workspace = true
|
|
description.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
|
|
[dependencies]
|
|
chrono.workspace = true
|
|
chrono-tz.workspace = true
|
|
thiserror.workspace = true
|
|
derive_more.workspace = true
|
|
rustical_xml.workspace = true
|
|
caldata.workspace = true
|
|
regex.workspace = true
|
|
rrule.workspace = true
|
|
serde.workspace = true
|
|
sha2.workspace = true
|
|
axum.workspace = true
|
|
rstest.workspace = true
|
|
similar-asserts.workspace = true
|