From eb0a3f7a022fa6dce2a43a5427262d54b2001e71 Mon Sep 17 00:00:00 2001 From: Micha White Date: Sat, 27 Sep 2025 08:37:13 -0400 Subject: Working area --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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 -- cgit v1.2.3