mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-04-03 12:50:44 +02:00
wip: nmoralize
This commit is contained in:
parent
513b8354a3
commit
915e13aec8
14 changed files with 2 additions and 2 deletions
|
|
@ -4,11 +4,11 @@ edition = "2024"
|
|||
version = "0.3.0"
|
||||
|
||||
[lib]
|
||||
path = "app/tek.rs"
|
||||
path = "src/tek.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "tek"
|
||||
path = "app/tek.rs"
|
||||
path = "src/tek.rs"
|
||||
|
||||
[target.'cfg(target_os = "linux")']
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue