1
0
mirror of https://github.com/PaddiM8/kalker.git synced 2025-02-28 22:31:15 +01:00
kalker/kalk/Cargo.toml
2020-06-07 19:48:52 +02:00

18 lines
277 B
TOML

[package]
name = "kalk"
version = "0.1.0"
authors = ["paddi"]
edition = "2018"
[profile.release]
panic = "abort"
#lto = true
#codegen-units = 1
#incremental = false
[dependencies]
phf = { version = "0.8", features = ["macros"] }
rug = "1.9.0"
test-case = "1.0.0"
regex = "1"