[package] name = "arr-probe" version.workspace = true edition.workspace = true license.workspace = true repository.workspace = true publish = false [dependencies] arr-core.workspace = true serde.workspace = true serde_json.workspace = true thiserror.workspace = true tokio.workspace = true tracing.workspace = true [dev-dependencies] tokio = { workspace = true, features = ["macros", "rt-multi-thread"] } [lints] workspace = true