Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/ct_worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde.workspace = true
serde_json.workspace = true
jsonschema = "0.26.2"
static_ct_api = "0.2.0"
config = { path = "./config" }
config = { path = "./config", package = "ct_worker_config" }
chrono.workspace = true
url = "2.5.4"

Expand All @@ -45,7 +45,7 @@ futures-executor = "0.3.31"
anyhow.workspace = true
base64.workspace = true
byteorder = "1.4"
config = { path = "./config" }
config = { path = "./config", package = "ct_worker_config" }
console_error_panic_hook = "0.1.1"
console_log = { version = "1.0" }
ed25519-dalek = { workspace = true, features = ["pkcs8"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/ct_worker/config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "config"
name = "ct_worker_config"
publish = false
version.workspace = true
authors.workspace = true
Expand Down