0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 17:54:41 +01:00
posthog/hook-common/Cargo.toml
2023-12-12 11:55:53 -07:00

18 lines
449 B
TOML

[package]
name = "hook-common"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = { workspace = true }
http = { workspace = true }
serde = { workspace = true }
serde_derive = { workspace = true }
sqlx = { workspace = true }
thiserror = { workspace = true }
[dev-dependencies]
tokio = { workspace = true } # We need a runtime for async tests