separate interpreter and compiler
This commit is contained in:
14
crates/interpreter/Cargo.toml
Normal file
14
crates/interpreter/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
edition = "2021"
|
||||
name = "interpreter"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
compiler = { path = "../compiler" }
|
||||
anyhow = { workspace = true }
|
||||
byteorder = { workspace = true }
|
||||
clap = { workspace = true }
|
||||
inquire = "0.7.5"
|
||||
integer-encoding = { workspace = true }
|
||||
itertools = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
Reference in New Issue
Block a user