diff --git a/Cargo.lock b/Cargo.lock index 0c1a10d..7b77e5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,10 +25,6 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" -[[package]] -name = "compiler" -version = "0.1.0" - [[package]] name = "delegate" version = "0.9.0" diff --git a/Cargo.toml b/Cargo.toml index 6903387..7fc1ade 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,2 +1,2 @@ [workspace] -members = ["hbasm", "hbbytecode", "hbvm", "compiler"] +members = ["hbasm", "hbbytecode", "hbvm"]