mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 02:18:50 +00:00
22 lines
494 B
TOML
22 lines
494 B
TOML
[package]
|
|
name = "bufferpool"
|
|
version = "0.1.0"
|
|
edition = { workspace = true }
|
|
license = { workspace = true }
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
bytes = { workspace = true }
|
|
lockfree-object-pool = { workspace = true }
|
|
opentelemetry = { workspace = true, features = ["metrics"] }
|
|
tracing = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
opentelemetry_sdk = { workspace = true, features = ["testing", "metrics"] }
|
|
tokio = { workspace = true, features = ["macros", "rt"] }
|
|
|
|
[lints]
|
|
workspace = true
|