mirror of
https://github.com/transatoshi-mw/grin-explorer.git
synced 2025-10-22 05:43:42 +00:00
adding emission page
This commit is contained in:
29
Cargo.toml
29
Cargo.toml
@@ -6,20 +6,21 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rocket = {version = "0.5.0", features = ["json"]}
|
||||
serde = {version = "1.0.198", features = ["derive"]}
|
||||
serde_json = "1.0.111"
|
||||
num-format = "0.4.4"
|
||||
fs_extra = "1.3.0"
|
||||
humantime = "2.1.0"
|
||||
chrono = "0.4.37"
|
||||
futures = "0.3.30"
|
||||
config = "0.14.0"
|
||||
lazy_static = "1.4.0"
|
||||
shellexpand = "3.1.0"
|
||||
either = "1.11.0"
|
||||
anyhow = "1.0.86"
|
||||
env_logger = "0.11.3"
|
||||
rocket = {version = "0.5.0", features = ["json"]}
|
||||
serde = {version = "1.0.198", features = ["derive"]}
|
||||
serde_json = "1.0.111"
|
||||
num-format = "0.4.4"
|
||||
fs_extra = "1.3.0"
|
||||
humantime = "2.1.0"
|
||||
chrono = "0.4.37"
|
||||
futures = "0.3.30"
|
||||
config = "0.14.0"
|
||||
lazy_static = "1.4.0"
|
||||
shellexpand = "3.1.0"
|
||||
either = "1.11.0"
|
||||
anyhow = "1.0.86"
|
||||
env_logger = "0.11.3"
|
||||
tera_thousands = "0.1.0"
|
||||
|
||||
[dependencies.reqwest]
|
||||
version = "0.11.23"
|
||||
|
Reference in New Issue
Block a user