From 04a82a24d46d78d604db6dd15081e8a12fcfe3da Mon Sep 17 00:00:00 2001 From: theMackabu Date: Sat, 9 Dec 2023 12:30:32 -0800 Subject: [PATCH] remove extra crate file --- script/Cargo.toml | 8 -------- script/src/main.rs | 3 --- 2 files changed, 11 deletions(-) delete mode 100644 script/Cargo.toml delete mode 100644 script/src/main.rs diff --git a/script/Cargo.toml b/script/Cargo.toml deleted file mode 100644 index c37bf22..0000000 --- a/script/Cargo.toml +++ /dev/null @@ -1,8 +0,0 @@ -[package] -name = "script" -version = "0.1.0" -edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] diff --git a/script/src/main.rs b/script/src/main.rs deleted file mode 100644 index e7a11a9..0000000 --- a/script/src/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("Hello, world!"); -} -- GitLab