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