0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 18:07:17 +01:00
posthog/hook-common/Cargo.toml
2023-12-04 14:51:19 +00:00

17 lines
419 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}
serde = { workspace = true }
serde_derive = { workspace = true}
thiserror = { workspace = true }
sqlx = { workspace = true }
[dev-dependencies]
tokio = { workspace = true } # We need a runtime for async tests