Skip to content

Commit

Permalink
Merge pull request #20 from forged-org/feature/cli-updates
Browse files Browse the repository at this point in the history
Feature/cli updates
  • Loading branch information
Yatekii authored Feb 6, 2024
2 parents 911852b + 96d0419 commit b1ad177
Show file tree
Hide file tree
Showing 15 changed files with 1,165 additions and 209 deletions.
5 changes: 3 additions & 2 deletions forged-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ keywords = ["forged", "cli", "hardware", "provision"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cynic = { version = "1.0.0", features = ["reqwest"] }
cynic = { version = "2", features = ["http-reqwest"] }
tokio = { version = "1.15", features = ["macros", "rt-multi-thread"] }
forged = { version = "0.1" }
forged = { path = "../forged-rs" }
serde_json = "1.0.75"
clap = { version = "3.0.13", features = ["derive"] }
probe-rs = "0.13.0"
Expand All @@ -29,3 +29,4 @@ probe-rs-cli-util = "0.13.0"
thiserror = "1.0.30"
dotenv = "0.15"
uuid = { version = "1", features = ["serde"] }
semver = "1"
Loading

0 comments on commit b1ad177

Please sign in to comment.