0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 17:24:15 +01:00
posthog/hook-worker/Cargo.toml

20 lines
473 B
TOML
Raw Normal View History

2023-11-27 14:20:47 +01:00
[package]
name = "hook-worker"
2023-11-27 14:20:47 +01:00
version = "0.1.0"
edition = "2021"
[dependencies]
2023-12-08 16:31:06 +01:00
chrono = { workspace = true }
envconfig = { workspace = true }
2023-12-06 13:55:21 +01:00
futures = "0.3"
hook-common = { path = "../hook-common" }
http = { version = "0.2" }
metrics = { workspace = true }
reqwest = { workspace = true }
2023-12-08 16:31:06 +01:00
serde = { workspace = true }
serde_derive = { workspace = true }
sqlx = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
2023-12-06 13:55:21 +01:00
url = { version = "2.2" }