mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 04:12:23 +01:00
9734a40c96
Co-authored-by: Brett Hoerner <brett@bretthoerner.com> Co-authored-by: Ben White <ben@posthog.com>
12 lines
197 B
TOML
12 lines
197 B
TOML
[package]
|
|
name = "common-dns"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
futures = { workspace = true }
|
|
reqwest = { workspace = true }
|
|
tokio = { workspace = true } |