wip: nmoralize

This commit is contained in:
okay stopped screaming 2026-03-21 22:54:54 +02:00
parent 513b8354a3
commit 915e13aec8
14 changed files with 2 additions and 2 deletions

View file

@ -4,11 +4,11 @@ edition = "2024"
version = "0.3.0" version = "0.3.0"
[lib] [lib]
path = "app/tek.rs" path = "src/tek.rs"
[[bin]] [[bin]]
name = "tek" name = "tek"
path = "app/tek.rs" path = "src/tek.rs"
[target.'cfg(target_os = "linux")'] [target.'cfg(target_os = "linux")']
rustflags = ["-C", "link-arg=-fuse-ld=mold"] rustflags = ["-C", "link-arg=-fuse-ld=mold"]