begin work on automata library
This commit is contained in:
parent
b20a838d06
commit
9d5f4bd70c
2 changed files with 23 additions and 0 deletions
9
argus-automata/Cargo.toml
Normal file
9
argus-automata/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "argus-automata"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
petgraph = "0.6.3"
|
||||
Loading…
Add table
Add a link
Reference in a new issue