aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 96393137b2ff3a60f71f2974a0ff940182bb113e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "tmuxr"
version = "0.1.0"
edition = "2021"
authors = ["Toby Vincent <tobyv13@gmail.com>"]
homepage = "https://sr.ht/~tobyvin/tmuxr"
repository = "https://git.sr.ht/~tobyvin/tmuxr"
license = "MIT"

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

[dependencies]
anyhow = "1.0.66"
clap = { version = "4.0.18", features = ["derive", "env"] }
dirs = "4.0.0"
figment = { version = "0.10.8", features = ["toml", "env"] }
serde = { version = "1.0.147", features = ["derive"] }
thiserror = "1.0.37"
tracing = { version = "0.1.37", features = ["attributes"] }
tracing-subscriber = "0.3.16"