Update Cargo.toml and Dockerfile

This commit is contained in:
Lennart K
2025-09-04 13:05:14 +02:00
parent f850f9b3a3
commit 87adf94947
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ members = ["crates/*"]
version = "0.9.3"
edition = "2024"
description = "A CalDAV server"
documentation = "https://lennart-k.github.io/rustical/"
repository = "https://github.com/lennart-k/rustical"
license = "AGPL-3.0-or-later"
@@ -16,7 +17,7 @@ description.workspace = true
repository.workspace = true
license.workspace = true
resolver = "2"
publish = false
publish = true
[features]
debug = ["opentelemetry"]