Skip to content

Commit

Permalink
Cli and config cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n authored May 23, 2024
1 parent 8429c2f commit 31d6ffd
Show file tree
Hide file tree
Showing 26 changed files with 714 additions and 646 deletions.
197 changes: 2 additions & 195 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ cache-padded = "1.3"
chacha20poly1305 = { workspace = true }
chrono = { workspace = true }
clap = { features = ["derive", "env"], workspace = true }
config = { features = ["toml"], version = "0.14" }
cookie = "0.18"
crossbeam = { workspace = true }
ctrlc = { features = ["termination"], workspace = true }
Expand All @@ -49,6 +48,7 @@ rand = { features = ["small_rng"], workspace = true }
redb = { optional = true, version = "2" }
serde = { features = ["derive", "rc"], workspace = true }
serde_json = { workspace = true }
toml = "0.8"
serde_with = { workspace = true }
sqlx = { features = ["runtime-tokio-rustls", "sqlite"], optional = true, version = "0.7" }
stretto = { features = ["async", "sync"], version = "0.8" }
Expand All @@ -63,7 +63,8 @@ unsigned-varint = { version = "0.8", features = ["codec", "asynchronous_codec"]
wasmer = { features = ["sys"], workspace = true }
xz2 = { version = "0.1" }
reqwest = { version = "0.12", features = ["json"] }
rsa = { version = "0.9.6", features = ["serde"] }
rsa = { version = "0.9", features = ["serde", "pem"] }
pkcs1 = { version = "0.7", features = ["std", "pem"] }

# Tracing deps
opentelemetry = "0.22"
Expand Down
Loading

0 comments on commit 31d6ffd

Please sign in to comment.