summaryrefslogtreecommitdiff
path: root/exes/webhook/Cargo.toml
blob: 5d3e83a76fab5544842ee350c417254447e8180d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "webhook"
version = "0.1.0"
edition = "2018"

[dependencies]
tokio = { workspace = true }
shared = { workspace = true }
proto = { workspace = true }
leash = { workspace = true }
tracing = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
hyper = { workspace = true }
anyhow = { workspace = true }

hex = "0.4.3"
ed25519-dalek = "2"
twilight-model = "0.15.4"

async-nats = "0.35.1"