Move commands to lib.rs

This commit is contained in:
Lennart K
2026-01-27 23:06:57 +01:00
parent 8b2bb1b0d6
commit 8ab9c61b0f
8 changed files with 187 additions and 163 deletions

View File

@@ -35,6 +35,12 @@ opentelemetry = [
[profile.dev]
debug = 0
[lib]
doc = true
name = "rustical"
path = "src/lib.rs"
test = true
[workspace.dependencies]
rustical_dav = { path = "./crates/dav/", features = ["ical"] }
rustical_dav_push = { path = "./crates/dav_push/" }