Skip to content

Commit

Permalink
Merge pull request #188 from senekor/remo/nxkuqtnqovwt
Browse files Browse the repository at this point in the history
Clean up
  • Loading branch information
dhovart authored Jul 31, 2024
2 parents 44d82fa + b229bc7 commit 0549239
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 179 deletions.
181 changes: 28 additions & 153 deletions Cargo.lock

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

9 changes: 4 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,17 @@ A Cargo subcommand for managing local registries.
edition = "2021"

[dependencies]
anyhow = "1.0.47"
cargo = "0.81.0"
cargo-platform = "0.1.0"
docopt = "1.1.0"
env_logger = "0.7.0"
failure = "0.1.8"
env_logger = "0.11.0"
flate2 = "1.0.22"
openssl = { version = '0.10.41', optional = true }
serde = { version = "1.0.104", features = ['derive'] }
serde_json = "1.0.46"
tar = "0.4.26"
openssl = { version = '0.10.41', optional = true }
cargo-platform = "0.1.0"
url = "2.1.1"
anyhow = "1.0.47"

[dev-dependencies]
tempfile = "3.1.0"
Expand Down
Loading

0 comments on commit 0549239

Please sign in to comment.