aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 2045a92815b370084c7761bba3ffc5bb67321f9c (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"
clap = { version = "3.2.21", features = ["derive"] }
env_logger = "0.9"
globset = "0.4.9"
log = "0.4.17"
nom = "7.1.1"
nom_locate = "4"
slotmap = "1"
thiserror = "1"