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!"); -}