had 0.1.0

High Availability Dictionary
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "had"
description = "High Availability Dictionary"
version = "0.1.0"
edition = "2021"
license = "BSD-3-Clause"
repository = "https://github.com/chrgs/had"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"
thiserror = "1.0"
serde = { version = "1", features = ["derive"] }
chrono = { version = "0.4", features = ["serde"] }
tokio = { version = "1", features = ["full"] }
clap = { version = "3.2", features = ["derive"] }