forked from unionlabs/union
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (30 loc) · 1.24 KB
/
Cargo.toml
File metadata and controls
33 lines (30 loc) · 1.24 KB
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
[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]
anyhow = { workspace = true }
async-graphql = "7.0.17"
async-graphql-axum = "7.0.17"
async-sqlite = { workspace = true, features = ["bundled", "array", "vtab"] }
axum = { workspace = true }
chrono = { workspace = true, features = ["clock"] }
clap = { workspace = true, features = ["derive"] }
cosmos-client = { workspace = true }
embed-commit = { workspace = true }
prost = { workspace = true }
protos = { workspace = true }
reqwest = { workspace = true, features = ["json", "rustls-tls"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
subtle-encoding = { workspace = true, features = ["bech32-preview"] }
tokio = { workspace = true, features = ["full"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter", "json"] }
unionlabs = { workspace = true }