This commit is contained in:
JJJHolscher 2024-01-29 11:26:35 +01:00
parent 86c52e35b6
commit 858e29a4da
3 changed files with 0 additions and 18 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 = "breakscreen"
version = "0.1.0"

View File

@ -1,8 +0,0 @@
[package]
name = "breakscreen"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View File

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