2022-04-03 10:42:22 +00:00
|
|
|
[package]
|
|
|
|
name = "ioxd_test"
|
2022-09-26 14:43:00 +00:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2022-04-03 10:42:22 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
# Workspace dependencies, in alphabetical order
|
|
|
|
ioxd_common = { path = "../ioxd_common" }
|
|
|
|
metric = { path = "../metric" }
|
|
|
|
trace = { path = "../trace" }
|
|
|
|
|
|
|
|
# Crates.io dependencies, in alphabetical order
|
|
|
|
async-trait = "0.1"
|
2022-09-29 11:14:38 +00:00
|
|
|
clap = { version = "4", features = ["derive", "env"] }
|
2022-04-03 10:42:22 +00:00
|
|
|
hyper = "0.14"
|
|
|
|
snafu = "0.7"
|
2023-04-26 09:24:39 +00:00
|
|
|
tokio-util = "0.7.8"
|
2023-02-24 18:02:23 +00:00
|
|
|
workspace-hack = { version = "0.1", path = "../workspace-hack" }
|