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-11-29 18:52:12 +01:00

17 lines
527 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 = { version = "0.4" }
serde = { version = "1.0" }
serde_derive = { version = "1.0" }
sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-native-tls", "postgres", "uuid", "json", "chrono" ] }
thiserror = { version = "1.0" }
[dev-dependencies]
tokio = { version = "1.34", features = ["macros"] } # We need a runtime for async tests