You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
512 B
TOML
19 lines
512 B
TOML
[package]
|
|
name = "monero-blockchain-explorer"
|
|
version = "0.1.0"
|
|
authors = ["lalanza808 <lance@reciprocitylabs.com>"]
|
|
edition = "2018"
|
|
description = ""
|
|
|
|
# https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
[dependencies]
|
|
rocket = "0.4.4"
|
|
rocket_contrib = {version = "0.4.4", features = ["handlebars_templates", "tera_templates"]}
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
serde_derive = "1.0"
|
|
reqwest = { version = "0.10.4", features = ["blocking", "json"] }
|
|
openssl = { version = "0.10", features = ["vendored"] }
|