mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-01-22 04:58:35 +01:00
34364dd40e
This only applies when the argument is a literal. To do this efficiently, I changed the `prelude` module. The module now has compile-time generated hashmaps of functions.
16 lines
250 B
TOML
16 lines
250 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]
|
|
rustyline = "6.1.2"
|
|
phf = { version = "0.8", features = ["macros"] }
|