cargo cleanup tool (plugin)

This commit is contained in:
2026-04-12 13:01:48 +02:00
commit 72b6a13216
11 changed files with 416 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "proj_2"
version = "0.1.0"
edition = "2024"
[dependencies]
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}