15 lines
No EOL
254 B
TOML
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 = "*" |