Skip to content

Commit

Permalink
remove dead core crate
Browse files Browse the repository at this point in the history
  • Loading branch information
y21 committed Sep 9, 2024
1 parent 8a79a8d commit 0df96a0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
17 changes: 0 additions & 17 deletions crates/dash_core/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion crates/dash_core/src/lib.rs

This file was deleted.

1 change: 0 additions & 1 deletion crates/dash_rt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ license = "MIT"
random = ["rand"]

[dependencies]
dash_core = { path = "../dash_core" }
rand = { version = "0.8.4", optional = true }
tokio = { version = "1.24.25", features = ["full"] }
dash_vm = { path = "../dash_vm", features = [] }
Expand Down
1 change: 0 additions & 1 deletion testrunner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ edition = "2018"
[dependencies]
clap = { version = "3.0.0", features = ["std"], default-features = false }
anyhow = "1.0"
dash_core = { path = "../crates/dash_core" }
dash_vm = { path = "../crates/dash_vm", features = [] }
dash_optimizer = { path = "../crates/dash_optimizer" }
serde_yaml = "0.9.17"
Expand Down

0 comments on commit 0df96a0

Please sign in to comment.