Implment rough TUI version of new workflow

Merge in Python stuff and then we will probably get
rid of it and continue in Rust only.
This commit is contained in:
2024-07-05 10:44:28 -04:00
parent d97a4885cb
commit 3b7d88f279
5 changed files with 949 additions and 145 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "antidrift"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.86"
ratatui = "0.27.0"
regex = "1.10.5"