Restructure project and some progress.

This commit is contained in:
2020-09-24 21:45:02 +02:00
parent 688b6eb15a
commit 9bf0cf7b60
18 changed files with 565 additions and 159 deletions

13
libbsv/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "libbsv"
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"
uuid = { version = "0.8.1", features = ["serde", "v4"] }
tempfile = "3.1.0"