2024-11-23 19:57:17 +01:00
|
|
|
[package]
|
|
|
|
name = "patagia-controller"
|
2024-11-27 16:31:04 +01:00
|
|
|
description = "Patagia controller server"
|
2024-11-23 19:57:17 +01:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
license = "MPL-2.0"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow.workspace = true
|
|
|
|
clap.workspace = true
|
2024-11-25 20:37:41 +01:00
|
|
|
dropshot.workspace = true
|
2024-12-16 23:36:33 +01:00
|
|
|
http.workspace = true
|
|
|
|
instrumentation = { path = "../instrumentation" }
|
2024-11-25 20:37:41 +01:00
|
|
|
schemars.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
slog-async.workspace = true
|
2024-11-29 22:21:22 +01:00
|
|
|
slog.workspace = true
|
2024-11-23 19:57:17 +01:00
|
|
|
tokio.workspace = true
|
2024-12-16 23:36:33 +01:00
|
|
|
trace-request = { path = "../trace-request" }
|
2024-11-29 22:21:22 +01:00
|
|
|
tracing-slog.workspace = true
|
2024-11-25 20:37:41 +01:00
|
|
|
tracing.workspace = true
|
2024-12-16 23:36:33 +01:00
|
|
|
|
|
|
|
[package.metadata.cargo-machete]
|
|
|
|
ignored = ["http"]
|