sniper_node 0.0.1

sniper_node contains node related functionality for the sniperkitty blockchain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "sniper_node"
version = "0.0.1"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Edgar H. Sanchez <esanchez@m2iab.com>"]
description = "sniper_node contains node related functionality for the sniperkitty blockchain"
homepage = "https://github.com/edgarhsanchez/sniperkitty_rust"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
random-string = "1.0.0"
relative-path = "1.7.3"
serde = { version = "1.0.151", features = ["derive"] }
serde_yaml = "0.9.16"