-
Notifications
You must be signed in to change notification settings - Fork 2.3k
/
Copy pathCargo.toml
34 lines (30 loc) · 1.22 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
29
30
31
32
33
34
[package]
name = "drip"
version = "0.0.0"
authors = { workspace = true }
edition = { workspace = true }
license-file = { workspace = true }
publish = { workspace = true }
repository = { workspace = true }
[lints]
workspace = true
[dependencies]
chrono = { workspace = true, features = ["clock"] }
clap = { workspace = true, features = ["derive"] }
cometbft-rpc = { workspace = true }
prost = { workspace = true }
protos = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tokio = { workspace = true, features = ["full"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter", "json"] }
unionlabs = { workspace = true }
anyhow = "1.0.95"
async-graphql = "7.0.6"
async-graphql-axum = "7.0.6"
async-sqlite = { version = "0.2.2", features = ["bundled", "array", "vtab"] }
axum = "0.7.5"
cosmos-client = { workspace = true }
reqwest = { workspace = true, features = ["json", "rustls-tls"] }
subtle-encoding = { workspace = true, features = ["bech32-preview"] }