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

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

[dependencies]
grammar = { path = "../grammar" }
graph = { path = "../graph" }
graph_macro = { path = "../graph_macro" }
nfa = { path = "../nfa" }