aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: cda1aaf0c5890b9d953df9f49bd982ef73b960b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "prog-lang-dev1"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pest = "2.0"
pest_derive = "2.0"
pest-ast = "0.3"
from-pest = "0.3.1"