Skip to content

Commit

Permalink
feat: Add components subcommand (#197)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Casalboni <alexsaxmib@gmail.com>
Co-authored-by: Nicolas Girardot <122389871+NicolasGirardot@users.noreply.github.com>
Co-authored-by: Clément B <clement@edgee.cloud>
Co-authored-by: Nicolas Girardot <122389871+NicolasGirardot@users.noreply.github.com>
Co-authored-by: Alex Casalboni <alexsaxmib@gmail.com>
  • Loading branch information
4 people authored Feb 12, 2025
1 parent 97a77f4 commit 368b4aa
Show file tree
Hide file tree
Showing 29 changed files with 1,777 additions and 146 deletions.
293 changes: 291 additions & 2 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ chrono = "0.4.38"
clap = "4.5.21"
cookie = "0.18.1"
dirs = "6.0.0"
easy-ext = "1.0.2"
futures = "0.3.31"
hex = "0.4.3"
html-escape = "0.2.13"
Expand All @@ -39,9 +40,11 @@ json_pretty = "0.1.2"
lazy_static = "1.5.0"
libflate = "2.1.0"
log = "0.4.22"
miette = "7.4.0"
openssl = "0.10.70"
pin-project = "1.1.7"
progenitor = "0.9.0"
progenitor = "0.9.1"
progenitor-client = "0.9.1"
rand = "0.8.5"
regex = "1.11.1"
reqwest = "0.12.9"
Expand All @@ -64,6 +67,7 @@ url = "2.5.2"
uuid = "1.11.0"
wasmtime = "28.0.0"
wasmtime-wasi = "28.0.0"
zip = "2.2.2"

cargo-llvm-cov = "0.6.15"
pretty_assertions = "1.4.1"
Expand Down
2 changes: 2 additions & 0 deletions crates/api-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ anyhow.workspace = true
bon.workspace = true
chrono = { workspace = true, features = ["serde"] }
dirs.workspace = true
easy-ext.workspace = true
futures.workspace = true
progenitor.workspace = true
progenitor-client.workspace = true
reqwest = { workspace = true, features = ["json"] }
schemars = { workspace = true, features = ["chrono"] }
serde = { workspace = true, features = ["derive"] }
Expand Down
Loading

0 comments on commit 368b4aa

Please sign in to comment.