summaryrefslogtreecommitdiff
path: root/nfa/Cargo.toml
blob: 7f48760af7e5786cb9505a1cc862b8548fe9f85d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "nfa"
version = "0.1.0"
edition = "2021"

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

[dependencies]
graph = { path = "../graph", optional = true }
receme = { path = "../receme" }

[features]
default = ["default-graph"]
default-graph = ["dep:graph"]