changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / rust/bin/mailman/Cargo.toml

changeset 698: 96958d3eb5b0
parent: 94d358919982
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 = "mailman-cli"
3 version = "0.1.0"
4 edition = "2021"
5 description = "Mail client util"
6 [[bin]]
7 name = "mailman"
8 path = "main.rs"
9 [dependencies]
10 krypt = { path = "../../lib/krypt" }
11 util = { path = "../../lib/util", features = ["cli"] }
12 logger = { path = "../../lib/logger" }
13 obj = { path = "../../lib/obj" }
14 tokio = { version = "1.37.0", features = ["full"] }
15 clap = { version = "4.5.4", features = ["derive","env","string"] }
16 jmap-client = { version = "0.3.2", features = ["async","tokio","rustls","websockets"] }