mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 18:26:15 +01:00
12 lines
189 B
TOML
12 lines
189 B
TOML
|
[package]
|
||
|
name = "common-alloc"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
[target.'cfg(not(target_env = "msvc"))'.dependencies]
|
||
|
tikv-jemallocator = "0.6"
|