mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
26 lines
570 B
TOML
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"] }
|