Files
VimUnUndo/Cargo.toml
Ethan Simmons d0d4ccbd55 Initial Commit
Will write more useful commit messages in the, the start of this project
was extremely rushed.
2024-04-17 02:01:14 -05:00

11 lines
219 B
TOML

[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"