mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 13:32:16 +00:00
31 lines
716 B
TOML
31 lines
716 B
TOML
[package]
|
|
name = "rustical_dav"
|
|
version.workspace = true
|
|
rust-version.workspace = true
|
|
edition.workspace = true
|
|
description.workspace = true
|
|
repository.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
axum.workspace = true
|
|
tower.workspace = true
|
|
axum-extra.workspace = true
|
|
rustical_xml.workspace = true
|
|
async-trait.workspace = true
|
|
futures-util.workspace = true
|
|
quick-xml.workspace = true
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|
|
itertools.workspace = true
|
|
log.workspace = true
|
|
derive_more.workspace = true
|
|
tracing.workspace = true
|
|
tokio.workspace = true
|
|
http.workspace = true
|
|
headers.workspace = true
|
|
strum.workspace = true
|
|
matchit.workspace = true
|
|
matchit-serde.workspace = true
|