This commit is contained in:
Chris Cochrun 2024-11-04 15:02:59 -06:00
parent e4d171667f
commit 25a451e23e
10 changed files with 1072 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[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"