13 lines
225 B
TOML
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"] }
|