wisp/Cargo.toml

13 lines
240 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]
logos = "*"
eframe = "*"
2022-07-20 17:56:00 -05:00
chumsky = "0.8"
ordered-float = "3.0"