Skip to content

Commit

Permalink
fix: kill more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Franceschino committed Jul 5, 2024
1 parent be6f628 commit ce7b6bb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 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 cli/driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ hax-types = {workspace = true, features = ["rustc"]}
hax-frontend-exporter-options.workspace = true
hax-lib-macros-types.workspace = true
itertools.workspace = true
which.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
tracing-tree.workspace = true
1 change: 0 additions & 1 deletion engine/names/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ description = "Dummy crate containing all the Rust names the hax engine should b
[dependencies]
hax-lib-protocol = {path = "../../hax-lib-protocol"}
hax-lib = {path = "../../hax-lib"}
bincode.workspace = true
1 change: 0 additions & 1 deletion frontend/exporter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ paste = "1.0.11"
extension-traits = "1.0.1"
lazy_static = "1.4.0"
bincode.workspace = true
cfg-if = "1.0.0"

[features]
default = ["rustc"]
Expand Down

0 comments on commit ce7b6bb

Please sign in to comment.