mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-30 04:38:19 +00:00
Move commands to lib.rs
This commit is contained in:
@@ -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/" }
|
||||
|
||||
Reference in New Issue
Block a user