changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/lib/tenex/util/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 = "tenex-util"
3 version = "0.1.0"
4 edition = "2021"
5 [lib]
6 path = "lib.rs"
7 [features]
8 default = []
9 full = ["oauth2","indicatif"]
10 [dependencies]
11 oauth2 = { version = "4.4.2", features = ["rustls-tls"], optional = true }
12 indicatif = { version = "0.17.8", optional = true }
13 futures-util = "0.3.30"