gitlab-tracker-core 0.3.5

Shared contracts and domain types for gitlab-tracker plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "gitlab-tracker-core"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Shared contracts and domain types for gitlab-tracker plugins"
keywords = ["gitlab", "tracker", "plugin", "tui"]
categories = ["command-line-utilities"]

[dependencies]
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
async-trait = "0.1"