From 7701b3d078cca0e64a7ead6f86b10828deb32791 Mon Sep 17 00:00:00 2001 From: aOK Date: Fri, 6 Oct 2023 17:09:15 +0300 Subject: [PATCH] more changes --- Cargo.lock | 7 ------- Cargo.toml | 3 +-- src/main.rs | 3 --- 3 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 Cargo.lock delete mode 100644 src/main.rs diff --git a/Cargo.lock b/Cargo.lock deleted file mode 100644 index 07b83d7..0000000 --- a/Cargo.lock +++ /dev/null @@ -1,7 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 3 - -[[package]] -name = "dev_work" -version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml index 0e79151..5726d93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,5 @@ members = [ "dev", "book", "book/src-tauri", - - ] +] [dependencies] diff --git a/src/main.rs b/src/main.rs deleted file mode 100644 index e7a11a9..0000000 --- a/src/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("Hello, world!"); -}