[package]
name = "bvc"
version = "0.1.1"
edition = "2021"

description = "This is a simple binary program which calculates the value of a given block on the Bitcoin network. You can specify the block by its height, hash, or get the best block."
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
authors = ["dorultanianos@gmail.com"]
[dependencies]
bitcoin = "0.32.2"
bitcoincore-rpc = "0.19.0"
clap = { version = "4.5.7", features = ["derive"] }