aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2023-04-07 20:49:26 +0100
committerdiogo464 <[email protected]>2023-04-07 20:51:32 +0100
commite7588a7f175ca9b9604ce35d72086489da7a66e3 (patch)
tree03379454044e505c65e32ccf96cdfc34441bf914 /Cargo.toml
parentfa3fecca00442acea029248c6cf1fa0ba81e96b9 (diff)
version bump: 0.2.00.2.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 7 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2045a92..2c2a332 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,17 +1,19 @@
1[package] 1[package]
2name = "dotup" 2name = "dotup"
3version = "0.1.0" 3version = "0.2.0"
4edition = "2021" 4edition = "2021"
5 5
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7 7
8[dependencies] 8[dependencies]
9anyhow = "1" 9anyhow = "1"
10clap = { version = "3.2.21", features = ["derive"] } 10clap = { version = "4", features = ["derive"] }
11colored = "2"
11env_logger = "0.9" 12env_logger = "0.9"
12globset = "0.4.9" 13globset = "0.4"
13log = "0.4.17" 14inquire = "0.6"
14nom = "7.1.1" 15log = "0.4"
16nom = "7"
15nom_locate = "4" 17nom_locate = "4"
16slotmap = "1" 18slotmap = "1"
17thiserror = "1" 19thiserror = "1"