grin/grin/Cargo.toml
Ignotus Peverell f73a308bf3
Initial import.
2016-10-20 20:06:12 -04:00

8 lines
188 B
TOML

[package]
name = "grin"
version = "0.1.0"
authors = ["Ignotus Peverell <igno.peverell@protonmail.com>"]
[dependencies]
grin_core = { path = "../core" }
grin_store = { path = "../store" }