summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 1c8b602a03930631e4ea5f2d338768cd214cc1ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sshr"
version = "0.1.0"
edition = "2021"

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

[dependencies]
anyhow = "1.0.69"
clap = { version = "4.1.9", features = ["derive"] }
serde = { version = "1.0.156", features = ["derive"] }
ron = "0.8"
directories = "4.0.1"
tracing = "0.1.37"
thiserror = "1.0.40"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
hostname = "0.3.1"