mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
8 lines
188 B
TOML
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" }
|