Initial commit

This commit is contained in:
semubico 2025-09-08 13:07:25 +02:00
commit f24e05b7f6
2 changed files with 19 additions and 0 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
/target
/assets
.env
config.toml

14
Cargo.toml Normal file
View file

@ -0,0 +1,14 @@
[package]
name = "template"
version = "0.1.0"
edition = "2021"
license = "GPL-2.0"
[profile.release]
strip = true
opt-level = "s"
lto = "on"
codegen-units = 1
[dependencies]