albireo/Cargo.toml

11 lines
213 B
TOML
Raw Normal View History

2024-02-16 02:07:52 +07:00
[package]
name = "albireo"
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.7.6"
pest_derive = "2.7.6"