Files
orchid/Cargo.toml
Lawrence Bethlenfalvy 9a553b7b68 Initial commit
First prototype parser ready
2022-05-25 02:07:49 +02:00

10 lines
208 B
TOML

[package]
name = "orchid"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror = "1.0"
chumsky = "0.8"