mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-02-09 04:59:26 +01:00
14 lines
181 B
TOML
14 lines
181 B
TOML
[package]
|
|
name = "lek"
|
|
version = "0.1.0"
|
|
authors = ["paddi"]
|
|
edition = "2018"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
#lto = true
|
|
#codegen-units = 1
|
|
#incremental = false
|
|
|
|
[dependencies]
|