Initial Commit

Will write more useful commit messages in the, the start of this project
was extremely rushed.
This commit is contained in:
2024-04-17 02:01:14 -05:00
commit d0d4ccbd55
11 changed files with 798 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "vim_undo_extractor"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.82"
nom = "7.1.3"