Skip to content

Commit ce0eadf

Browse files
authored
feat(eet): Add eet install (#148)
2 parents 95be8bd + ee8f8d9 commit ce0eadf

File tree

7 files changed

+454
-132
lines changed

7 files changed

+454
-132
lines changed

Cargo.lock

Lines changed: 20 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mod_installer"
3-
version = "9.2.1"
3+
version = "10.0.0"
44
edition = "2021"
55
authors = [ "dark0dave" ]
66
documentation = "https://raw.githubusercontent.com/dark0dave/mod_installer/main/README.md"
@@ -19,6 +19,7 @@ keywords = [
1919
]
2020

2121
[dependencies]
22+
anstyle = "1.0.10"
2223
confy = "^0.6"
2324
clap = { version = "^4.5.9", features = ["derive", "env", "string"] }
2425
env_logger = "^0.11.1"

0 commit comments

Comments
 (0)