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

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

[dependencies]
anyhow = "1.0.65"
clap = { version = "3.2.21", features = ["derive"] }
env_logger = "0.9.0"
globset = "0.4.9"
log = "0.4.17"
nom = "7.1.1"
nom_locate = "4.0.0"
slotmap = "1.0.6"
thiserror = "1.0.35"