Initial commit

This commit is contained in:
2020-06-17 11:19:49 -07:00
commit 24cf6d7d7d
4 changed files with 266 additions and 0 deletions

12
Cargo.toml Normal file
View 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"] }