Files
ReactionSystems/assert/Cargo.toml
elvis 08d195ab06 More examples, better defaults
grammar_separated is grammar but with all functions exposed
2025-10-17 19:45:20 +02:00

12 lines
258 B
TOML

[package]
name = "assert"
version = "0.1.0"
edition = "2024"
[dependencies]
rand = { version = "*" }
rsprocess = { path = "../rsprocess/" }
serde = { version = ">=1"}
petgraph = { version = "*", features = ["serde-1"] }
petgraph-graphml = { version = "*" }