[package]
edition = "2021"
name = "hashtree-config"
version = "0.2.43"
authors = ["Martti Malmi"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared configuration for hashtree tools"
homepage = "https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/hashtree"
readme = "README.md"
license = "MIT"
repository = "https://git.iris.to/#/npub1xdhnr9mrv47kkrn95k6cwecearydeh8e895990n3acntwvmgk2dsdeeycm/hashtree"
[lib]
name = "hashtree_config"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.dirs]
version = "5"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.toml]
version = "0.8"