firma-cli 0.16.0

firma-cli is a command line interface tool to create bitcoin multisig wallets with private keys stored on offline devices.
[[bin]]
name = "firma-online"
path = "src/online/main.rs"

[[bin]]
name = "firma-offline"
path = "src/offline/main.rs"
[dependencies.firma]
version = "0.16.0"

[dependencies.structopt]
version = "0.3.20"
[dev-dependencies.rand]
version = "0.7.3"

[dev-dependencies.remove_dir_all]
version = "=0.5.2"

[dev-dependencies.tempfile]
version = "3.1.0"

[package]
authors = ["Riccardo Casatta <riccardo@casatta.it>"]
description = "firma-cli is a command line interface tool to create bitcoin multisig wallets with private keys stored on offline devices."
documentation = "https://docs.rs/firma-cli/"
edition = "2018"
homepage = "https://github.com/RCasatta/firma/tree/master/cli"
keywords = ["sign", "bitcoin", "cold", "offline", "cli"]
license = "MIT"
name = "firma-cli"
repository = "https://github.com/RCasatta/firma/tree/master/cli"
version = "0.16.0"