SeaLang/Cargo.toml
2024-08-29 01:48:11 +02:00

17 lines
276 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"
petgraph = "0.6.5"
thiserror = "1.0.63"
unicode-xid = "0.2.4"