fabro/lib/components/fabro-tracker/Cargo.toml
2026-07-23 17:59:34 -04:00

26 lines
570 B
TOML

[package]
name = "fabro-tracker"
edition.workspace = true
version.workspace = true
publish = false
license.workspace = true
description = "Tracker trait and types for issue tracking integrations"
[lib]
doctest = false
[lints]
workspace = true
[dependencies]
fabro-github = { path = "../fabro-github" }
anyhow.workspace = true
async-trait.workspace = true
fabro-http.workspace = true
serde_json.workspace = true
tracing.workspace = true
tokio = { workspace = true }
[dev-dependencies]
httpmock = "0.8"
tokio = { workspace = true, features = ["test-util", "macros"] }