Skip to content

Commit 1a0a96e

Browse files
authored
chore: add comments for dependencies in Cargo.toml
1 parent a6373f0 commit 1a0a96e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Cargo.toml

+8
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,21 @@ homepage = "https://github.com/ankddev/envfetch"
1010
repository = "https://github.com/ankddev/envfetch"
1111

1212
[dependencies]
13+
# Parsing command line options
1314
clap = { version = "4.5.20", features = ["derive"] }
15+
# Printing colored text
1416
colored = "2.1.0"
17+
# Checking similarity of strings
1518
similar-string = "1.4.3"
19+
# Running external proccesses
1620
subprocess = "0.2.9"
21+
# Parsing dotenv-style files
1722
dotenv-parser = "0.1.3"
1823

1924
[dev-dependencies]
25+
# Asserting CLI programs
2026
assert_cmd = "2.0.16"
27+
# Asserting predicates
2128
predicates = "3.1.2"
29+
# Asserting file system
2230
assert_fs = "1.1.2"

0 commit comments

Comments
 (0)