WIP: rip out a bunch of stuff and rework

This commit is contained in:
Chris Fallin
2021-09-02 19:30:28 -07:00
parent 84b7612b98
commit e08160845e
8 changed files with 331 additions and 993 deletions

View File

@@ -62,6 +62,7 @@ version = "0.1.0"
dependencies = [
"env_logger",
"log",
"peepmatic-automata",
"thiserror",
]
@@ -86,6 +87,10 @@ version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
[[package]]
name = "peepmatic-automata"
version = "0.75.0"
[[package]]
name = "proc-macro2"
version = "1.0.28"