diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-31 07:44:54 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-31 07:44:54 -0600 |
| commit | e9469f6e7c4ff04cdc939030c5af4c1516a0271b (patch) | |
| tree | df4eefe68f8adc2d02f52b1572d5411c0b68cbce /Cargo.toml | |
progress
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..a566ccb --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "difx" +version = "0.1.0" +edition = "2024" + +[dependencies] +nom = "8.0.0" |
