Compare commits
No commits in common. "4162e55b8364871ea3c1c76c8fd87bc91db1bee5" and "77f520a1a33d50caa1f261edf84fe71b0e17852b" have entirely different histories.
4162e55b83
...
77f520a1a3
6
.gitignore
vendored
6
.gitignore
vendored
@ -4,11 +4,13 @@
|
|||||||
debug/
|
debug/
|
||||||
target/
|
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
|
# These are backup files generated by rustfmt
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|
||||||
# MSVC Windows builds of rustc generate these, which store debugging information
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||||
*.pdb
|
*.pdb
|
||||||
|
|
||||||
# IDEs and editors
|
|
||||||
.vscode
|
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
[workspace]
|
|
||||||
members = [
|
|
||||||
"webapp",
|
|
||||||
"clego",
|
|
||||||
"tauri",
|
|
||||||
]
|
|
||||||
resolver = "2"
|
|
@ -1,6 +0,0 @@
|
|||||||
[package]
|
|
||||||
name = "clego"
|
|
||||||
version = "0.1.0"
|
|
||||||
edition = "2021"
|
|
||||||
|
|
||||||
[dependencies]
|
|
@ -1,3 +0,0 @@
|
|||||||
fn main() {
|
|
||||||
println!("Hello, world!");
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user