Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlan404 committed Dec 11, 2023
1 parent 20180f9 commit cdf1be2
Show file tree
Hide file tree
Showing 30 changed files with 337 additions and 1,093 deletions.
54 changes: 51 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://paradigmmc.github.io/mcman/"
keywords = [
"minecraft", "server"
]
categories = ["command-line-utilities", "config", ""]
categories = ["command-line-utilities", "config"]

[profile.release]
debug = false
Expand Down Expand Up @@ -54,3 +54,4 @@ dirs = "5.0.1"
base16ct = { version = "0.2", features = ["alloc"] }
digest = "0.10"
opener = "0.6"
confique = { version = "0.2.5", default-features = false, features = ["toml"] }
Loading

0 comments on commit cdf1be2

Please sign in to comment.