|
|
@ -1,12 +1,9 @@
|
|
|
|
[package]
|
|
|
|
[package]
|
|
|
|
name = "monero-blockchain-explorer"
|
|
|
|
name = "monero-block-explorer"
|
|
|
|
version = "0.1.0"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["lalanza808 <lance@reciprocitylabs.com>"]
|
|
|
|
authors = ["lalanza808 <lance@reciprocitylabs.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
edition = "2018"
|
|
|
|
description = ""
|
|
|
|
description = "Simple web application for querying nodes to retrieve information about the Monero blockchain."
|
|
|
|
|
|
|
|
|
|
|
|
# https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
[dependencies]
|
|
|
|
rocket = "0.4.4"
|
|
|
|
rocket = "0.4.4"
|
|
|
|