putex/Cargo.toml

18 lines
408 B
TOML
Raw Normal View History

[package]
name = "putex"
2024-07-24 22:22:57 +00:00
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://git.strudelline.net/james/putex.git"
description = "process mutex"
[dependencies]
clap = {version = "4.0", features = ["derive"]}
clap-verbosity-flag = "2.2.0"
anyhow = "1.0"
env_logger = "0.11.3"
log = "0.4.21"
async-nats = "0.35.1"
tokio = { version = "1.38.1", features = ["full"] }
bytes = "1.6.1"