13 lines
245 B
TOML
13 lines
245 B
TOML
[package]
|
|
name = "argus-automata"
|
|
version = "0.0.0"
|
|
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
readme.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
petgraph = "0.6.4"
|