Ghee/lang/Cargo.toml
2023-10-02 15:10:31 -07:00

15 lines
No EOL
254 B
TOML

[package]
name = "ghee-lang"
version = "0.6.1"
description = "Parsers and utilities for the Ghee language, such as it is"
edition = "2021"
license = "GPL-3.0"
[dependencies]
anyhow = "*"
clap = "*"
thiserror = "*"
nom = "*"
serde = "*"
serde_json = "*"