wisp/Cargo.toml

16 lines
293 B
TOML
Raw Normal View History

[package]
name = "web-lisp"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-07-21 06:03:47 -05:00
ariadne = "0.1"
2022-07-20 17:56:00 -05:00
chumsky = "0.8"
2022-07-21 06:03:47 -05:00
eframe = "*"
logos = "*"
2022-07-20 17:56:00 -05:00
ordered-float = "3.0"
2022-07-21 10:44:00 -05:00
rustyline = "10.0"
2022-08-05 17:03:52 -05:00
thiserror = "1.0"