[package] name = "tofuri-db" version = "0.1.0" edition = "2021" license = "GPL-3.0" description = "Tofuri database" repository = "https://github.com/tofuri/tofuri" [dependencies] tofuri-int = { version = "0.1", path = "../int" } tofuri-block = { version = "0.1", path = "../block" } tofuri-core = { version = "0.1", path = "../core" } tofuri-stake = { version = "0.1", path = "../stake" } tofuri-transaction = { version = "0.1", path = "../transaction" } tofuri-tree = { version = "0.1", path = "../tree" } rocksdb = "0.19" bincode = "1.3"