aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 7737bc1d53239c4f8b16820c1fae9175aec40802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "dotup"
version = "0.3.0"
edition = "2021"

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

[dependencies]
anyhow = "1.0.82"
clap = { version = "4", features = ["derive"] }
colored = "2.1.0"
env_logger = "0.11.3"
globset = "0.4.14"
inquire = "0.6"
log = "0.4.21"
nom = "7.1.3"
nom_locate = "4.2.0"
slotmap = "1.0.7"
thiserror = "1.0.59"

[profile.release]
strip = true
opt-level = "z"