kalker/Cargo.toml
PaddiM8 34364dd40e Made parenthesis optional for unary functions
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.
2020-05-29 21:35:59 +02:00

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"] }