mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 18:07:17 +01:00
17 lines
349 B
TOML
17 lines
349 B
TOML
[package]
|
|
name = "cyclotron-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
serde = { workspace = true }
|
|
sqlx = { workspace = true }
|
|
chrono = { workspace = true }
|
|
tokio = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
uuid = { workspace = true }
|
|
futures = { workspace = true }
|
|
tracing = { workspace = true } |