wisp/Cargo.toml

14 lines
256 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"