generated from larry0x/rust-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
28 lines (27 loc) · 1.2 KB
/
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
[package]
name = "tvl"
description = "Code for computing Mars protocol's TVL"
version = "0.0.0"
authors = ["larry <[email protected]>"]
edition = "2021"
rust-version = "1.69.0"
license = "TBD"
homepage = "https://marsprotocol.io"
repository = "https://github.com/mars-protocol/tvl"
documentation = "https://github.com/mars-protocol/tvl#readme"
keywords = ["defi", "mars-protocol"]
[dependencies]
cosmos-sdk-proto = { version = "0.19.0", features = ["cosmwasm", "grpc"] }
cosmwasm-std = "1.2"
cw-vault-standard = "0.3"
mars-red-bank = { git = "https://github.com/mars-protocol/red-bank", tag = "v1.0.1" }
mars-red-bank-types = { git = "https://github.com/mars-protocol/red-bank", tag = "v1.0.1" }
mars-rover = { git = "https://github.com/mars-protocol/v2-fields-of-mars", tag = "v1.0.0" }
mars-zapper-base = { git = "https://github.com/mars-protocol/v2-fields-of-mars", tag = "v1.0.0" }
num-format = "0.4"
prettytable = "0.10"
reqwest = { version = "0.11", features = ["json"] }
serde = "1"
thiserror = "1"
tokio = { version = "1", features = ["full"] }
tonic = "0.9"