diff options
| author | Micha White <botahamec@outlook.com> | 2025-09-27 08:37:13 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2025-09-27 08:37:13 -0400 |
| commit | eb0a3f7a022fa6dce2a43a5427262d54b2001e71 (patch) | |
| tree | 8111c6e6e25660bcbf7910aa65f915495c806818 /Cargo.toml | |
Working area
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..1b4b7ce --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "pj" +version = "0.1.0" +edition = "2024" + +[dependencies] +walkdir = "2" +fast-glob = "1"
\ No newline at end of file |
