Compare commits

..

No commits in common. "4162e55b8364871ea3c1c76c8fd87bc91db1bee5" and "77f520a1a33d50caa1f261edf84fe71b0e17852b" have entirely different histories.

6 changed files with 4 additions and 18 deletions

6
.gitignore vendored
View File

@ -4,11 +4,13 @@
debug/
target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# IDEs and editors
.vscode

View File

@ -1,7 +0,0 @@
[workspace]
members = [
"webapp",
"clego",
"tauri",
]
resolver = "2"

View File

@ -1,6 +0,0 @@
[package]
name = "clego"
version = "0.1.0"
edition = "2021"
[dependencies]

View File

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

View File

View File