Skip to content

Commit cd38b85

Browse files
committed
add mcvcli config and cleanup code
1 parent 87c02ba commit cd38b85

32 files changed

Lines changed: 618 additions & 669 deletions

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mcvcli"
33
description = "A command line interface for managing Minecraft servers."
4-
version = "2.2.5"
4+
version = "2.3.0"
55
edition = "2024"
66
license = "MIT"
77
homepage = "https://github.com/mcjars/mcvcli"
@@ -13,10 +13,10 @@ path = "src/main.rs"
1313

1414
[dependencies]
1515
clap = "4.5.28"
16-
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json"] }
16+
reqwest = { version = "0.12.12", default-features = false, features = ["json", "rustls-tls"] }
1717
serde = { version = "1.0.138", features = ["derive"] }
1818
serde_json = "1.0.138"
19-
tokio = { version = "1.10.0", features = ["full"] }
19+
tokio = { version = "1.43.0", features = ["rt-multi-thread", "macros", "fs", "signal", "process"] }
2020
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
2121
colored = "3.0.0"
2222
dirs = "6.0.0"

0 commit comments

Comments
 (0)