blob: 5bcc5507d96bd7970df1595644d563d93b22e110 (
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 = "1"
twilight-model = "0.15.2"
async-nats = "0.29.0"
|