[package] name = "sniper_node" version = "0.0.1" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Edgar H. Sanchez "] 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"