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

17 lines
419 B
TOML
Raw Normal View History

2023-11-27 14:20:47 +01:00
[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 }
2023-11-29 18:52:12 +01:00
[dev-dependencies]
tokio = { workspace = true } # We need a runtime for async tests