Initial commit. Some argument parsing and a command template.

This commit is contained in:
2020-04-27 20:18:03 +02:00
commit 7eed764f9e
11 changed files with 1168 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "bsv"
version = "0.1.0"
authors = ["Simon Boyé <sim.boye@gmail.com>"]
edition = "2018"
license = "AGPL-3.0-or-later"
[dependencies]
error-chain = "0.12.2"
serde = "1.0.106"
toml = "0.5.6"
clap = "2.33.0"