wisp/Cargo.toml

15 lines
275 B
TOML
Raw Permalink 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 11:03:47 +00:00
ariadne = "0.1"
2022-07-20 22:56:00 +00:00
chumsky = "0.8"
2022-07-21 11:03:47 +00:00
eframe = "*"
logos = "*"
2022-07-20 22:56:00 +00:00
ordered-float = "3.0"
2022-07-21 15:44:00 +00:00
rustyline = "10.0"