From 0cf179e17ac60f72aba85e978379fb0957ae7aaa Mon Sep 17 00:00:00 2001 From: fxqnlr Date: Wed, 14 Aug 2024 22:42:03 +0200 Subject: base working --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8d159ff --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "rsrclean" +version = "0.1.0" +edition = "2021" + +[dependencies] +cargo = "0.81.0" -- cgit v1.2.3