chore: remove unused deps
This commit is contained in:
parent
16c15ee48a
commit
3a7a0c1971
|
@ -56,7 +56,6 @@ dependencies = [
|
|||
"aiken-lang",
|
||||
"aiken-lsp",
|
||||
"aiken-project",
|
||||
"anyhow",
|
||||
"clap",
|
||||
"clap_complete",
|
||||
"hex",
|
||||
|
@ -124,7 +123,6 @@ version = "1.0.23-alpha"
|
|||
dependencies = [
|
||||
"aiken-lang",
|
||||
"askama",
|
||||
"assert-json-diff",
|
||||
"built",
|
||||
"dirs",
|
||||
"fslock",
|
||||
|
@ -267,16 +265,6 @@ dependencies = [
|
|||
"nom",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "assert-json-diff"
|
||||
version = "2.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "async-trait"
|
||||
version = "0.1.77"
|
||||
|
@ -3455,7 +3443,6 @@ checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
|||
name = "uplc"
|
||||
version = "1.0.23-alpha"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"blst",
|
||||
"cryptoxide",
|
||||
"hex",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -14,7 +14,6 @@ authors = [
|
|||
rust-version = "1.66.1"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.69"
|
||||
clap = { version = "4.1.8", features = [
|
||||
"derive",
|
||||
"wrap_help",
|
||||
|
|
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue