rgraph/Cargo.toml

10 lines
189 B
TOML
Raw Permalink Normal View History

2023-05-21 02:45:46 -04:00
[package]
name = "rgraph"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-05-27 03:10:31 -04:00
bnf = "0.5.0"