Zebra/zebra-node-services/Cargo.toml

15 lines
326 B
TOML

[package]
name = "zebra-node-services"
authors = ["Zcash Foundation <zebra@zfnd.org>"]
license = "MIT OR Apache-2.0"
version = "1.0.0-beta.17"
edition = "2021"
repository = "https://github.com/ZcashFoundation/zebra"
[features]
default = []
getblocktemplate-rpcs = []
[dependencies]
zebra-chain = { path = "../zebra-chain" }