changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/lib/tenex/models/gitlab/Cargo.toml

changeset 698: 96958d3eb5b0
parent: 0abefe2a369b
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 [package]
2 name = "gitlab"
3 version = "0.1.0"
4 edition = "2021"
5 [lib]
6 name = "gitlab"
7 path = "lib.rs"
8 [dependencies]
9 # version supported by heptapod
10 gitlab-internal = { package = "gitlab", version = "=0.1611.0" }
11 tenex-util = { path = "../../util", features = ["full"] }