13 lines
276 B
TOML
13 lines
276 B
TOML
[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 }
|