blockcrypt 0.1.3

A library to make a basic blockchain.
Documentation
[dependencies.crypto-hash]
version = "0.3.4"

[dependencies.hex]
version = "0.4.3"

[lib]
name = "blockcrypt"
path = "src/lib.rs"

[package]
authors = ["Rustacean <asdevelopers8055@gmail.com>"]
description = "A library to make a basic blockchain."
edition = "2021"
license = "MIT"
name = "blockcrypt"
repository = "https://github.com/ASDevelopers8055/blockcrypt"
resolver = "2"
version = "0.1.3"

[profile.release]
opt-level = 3