Files
runic/Cargo.toml
2020-06-17 11:19:49 -07:00

13 lines
225 B
TOML

[package]
name = "runic"
version = "0.1.0"
authors = ["Jared Burce <jaredr@gmail.com>"]
edition = "2018"
[profile.release]
panic = "abort"
strip = "symbols"
[dependencies]
phf = { version = "0.8.0", features = ["macros"] }