Initial commit
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[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"] }
|
||||
Reference in New Issue
Block a user