2023-02-16 00:27:36 +00:00
|
|
|
[workspace]
|
|
|
|
members = [
|
|
|
|
"./lib/libpk",
|
|
|
|
"./services/api"
|
|
|
|
]
|
|
|
|
|
2023-02-25 17:14:05 +00:00
|
|
|
[workspace.dependencies]
|
|
|
|
anyhow = "1"
|
|
|
|
fred = { version = "5.2.0", default-features = false, features = ["tracing", "pool-prefer-active"] }
|
|
|
|
lazy_static = "1.4.0"
|
2023-03-19 14:44:37 +00:00
|
|
|
metrics = "0.20.1"
|
2023-02-25 17:14:05 +00:00
|
|
|
serde = "1.0.152"
|
|
|
|
tokio = { version = "1.25.0", features = ["full"] }
|
|
|
|
tracing = "0.1.37"
|