SeaLang/Cargo.toml
2024-09-09 15:01:53 +02:00

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