yes
This commit is contained in:
parent
e4d171667f
commit
25a451e23e
10 changed files with 1072 additions and 0 deletions
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue