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

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

[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
colored = "2"
env_logger = "0.9"
globset = "0.4"
inquire = "0.6"
log = "0.4"
nom = "7"
nom_locate = "4"
slotmap = "1"
thiserror = "1"