crisp/Cargo.toml
Chris Cochrun 25a451e23e yes
2024-11-06 10:49:31 -06:00

11 lines
192 B
TOML

[package]
name = "lisp-in-rust"
version = "0.1.0"
edition = "2021"
[dependencies]
color-eyre = "0.6.3"
lazy_static = "1.5.0"
pretty_assertions = "1.4.1"
regex = "1.11.0"
rustyline = "14.0.0"