mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 04:12:23 +01:00
12 lines
228 B
TOML
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" ] }
|