summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 668a9a15b91875506fcb8b23191301ea3a687489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "sshr"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "Simple cli tool to handle listing ssh hosts for tmux"
repository = "https://git.sr.ht/~tobyvin/sshr"

# 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"