Skip to content

Commit

Permalink
chore: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Jan 30, 2024
1 parent 16c15ee commit 3a7a0c1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 17 deletions.
13 changes: 0 additions & 13 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion crates/aiken-project/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ build = "build.rs"

[dependencies]
askama = "0.12.0"
assert-json-diff = "2.0.2"
dirs = "4.0.0"
fslock = "0.2.1"
futures = "0.3.26"
Expand Down
1 change: 0 additions & 1 deletion crates/aiken/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ authors = [
rust-version = "1.66.1"

[dependencies]
anyhow = "1.0.69"
clap = { version = "4.1.8", features = [
"derive",
"wrap_help",
Expand Down
3 changes: 1 addition & 2 deletions crates/uplc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ rust-version = "1.66.1"
exclude = ["test_data/*"]

[dependencies]
anyhow = "1.0.69"
cryptoxide = "0.4.4"
hex = "0.4.3"
indexmap = "1.9.2"
Expand All @@ -24,7 +23,6 @@ pallas.workspace = true
pallas-codec = { version = "0.22.0", features = ["num-bigint"] }
peg = "0.8.1"
pretty = "0.11.3"
pretty_assertions = "1.3.0"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.94"
strum = "0.24.1"
Expand All @@ -41,4 +39,5 @@ k256 = { version = "0.13.0" }
[dev-dependencies]
hex = "0.4.3"
indoc = "2.0.1"
pretty_assertions = "1.3.0"
walkdir.workspace = true

0 comments on commit 3a7a0c1

Please sign in to comment.