19 lines
317 B
TOML
19 lines
317 B
TOML
[package]
|
|
name = "compiler"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ansi_term = "0.12.1"
|
|
bitflags = "2.6.0"
|
|
clap = "4.5.14"
|
|
itertools = "0.13.0"
|
|
log = "0.4.22"
|
|
num-bigint = "0.4.6"
|
|
num-traits = "0.2.19"
|
|
ordered-float = "4.2.2"
|
|
paste = "1.0.15"
|
|
petgraph = "0.6.5"
|
|
thiserror = "1.0.63"
|
|
unicode-xid = "0.2.4"
|