We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9892ba3 + 00a18df commit 80ff36bCopy full SHA for 80ff36b
Cargo.toml
@@ -10,7 +10,7 @@ members = [
10
resolver = "2"
11
12
[workspace.package]
13
-version = "0.11.0"
+version = "0.11.0-1"
14
edition = "2024"
15
license = "MIT"
16
authors = ["Klimenty Titov <aclo.create@gmail.com>"]
cc-static-server/Cargo.toml
@@ -14,3 +14,4 @@ headers = { workspace = true }
mime = { workspace = true }
serde = { workspace = true, features = ["derive"] }
tokio = { workspace = true, features = ["macros"] }
17
+tracing = { workspace = true }
0 commit comments