diff --git a/script/Cargo.toml b/script/Cargo.toml deleted file mode 100644 index c37bf22d7601cdf48bc98206fc14b5e0b5f4e087..0000000000000000000000000000000000000000 --- 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 e7a11a969c037e00a796aafeff6258501ec15e9a..0000000000000000000000000000000000000000 --- a/script/src/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("Hello, world!"); -}