aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 2c2a332ca121273b51bd325fd53185efb5e1362f (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.0"
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"