more changes

This commit is contained in:
aOK 2023-10-06 17:09:15 +03:00
parent 7c3e8dac6d
commit 7701b3d078
3 changed files with 1 additions and 12 deletions

7
Cargo.lock generated
View File

@ -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"

View File

@ -4,6 +4,5 @@ members = [
"dev",
"book",
"book/src-tauri",
]
]
[dependencies]

View File

@ -1,3 +0,0 @@
fn main() {
println!("Hello, world!");
}