Skip to content

Commit cdf1be2

Browse files
committed
fix bugs
1 parent 20180f9 commit cdf1be2

30 files changed

+337
-1093
lines changed

Cargo.lock

+51-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation = "https://paradigmmc.github.io/mcman/"
1111
keywords = [
1212
"minecraft", "server"
1313
]
14-
categories = ["command-line-utilities", "config", ""]
14+
categories = ["command-line-utilities", "config"]
1515

1616
[profile.release]
1717
debug = false
@@ -54,3 +54,4 @@ dirs = "5.0.1"
5454
base16ct = { version = "0.2", features = ["alloc"] }
5555
digest = "0.10"
5656
opener = "0.6"
57+
confique = { version = "0.2.5", default-features = false, features = ["toml"] }

0 commit comments

Comments
 (0)