-
Notifications
You must be signed in to change notification settings - Fork 12
/
Cargo.toml
29 lines (28 loc) · 931 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "polkadot-rewards"
version = "0.5.4"
authors = ["Andrew Plaza <[email protected]>"]
edition = "2018"
description = "Handy CLI for all your Polkadot ecosystem staking rewards needs."
readme = "README.md"
homepage = "https://github.com/insipx/polkadot-rewards"
repository = "https://github.com/insipx/polkadot-rewards"
license = "MIT"
keywords = ["cli", "polkadot", "substrate", "staking", "rewards"]
categories = ["command-line-utilities", "cryptography::cryptocurrencies" ]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
argh = "0.1"
chrono = { version = "0.4", features = ["serde"] }
csv = "1"
env_logger = "0.10"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
ureq = { version = "2", features = ["json"] }
log = "0.4"
indicatif = "0.17"
sp-arithmetic = "15"
cli-table = "0.4.7"
itertools = "0.10"
kv = "0.24"