0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00
posthog/Cargo.toml
Ellie Huxtable 80f5270df1 Structure
2023-11-27 13:20:47 +00:00

12 lines
228 B
TOML

[workspace]
resolver = "2"
members = [
"hook-common",
"hook-producer",
"hook-consumer",
]
[workspace.dependencies]
sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-native-tls", "postgres", "uuid", "json" ] }