Skip to content

Commit 3315b6c

Browse files
committed
UPdated metadata files
1 parent af5cc07 commit 3315b6c

File tree

3 files changed

+50
-42
lines changed

3 files changed

+50
-42
lines changed

Cargo.lock

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

core/Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
name = "modder"
33
version = "1.0.0"
44
edition = "2024"
5+
description = "Modder-rs is a mod manager for Minecraft. This crate contains the cli and the core logic that is also used by the TUI wrapper."
6+
license = "MIT"
7+
authors = ["JayanAXHF"]
8+
homepage = "https://github.com/JayanAXHF/modder-rs"
9+
repository = "https://github.com/JayanAXHF/modder-rs"
10+
readme = "README.md"
11+
keywords = ["minecraft", "mod", "manager", "cli"]
12+
categories = ["command-line-utilities", "games"]
513

614
[dependencies]
715
better-panic = "0.3.0"

tui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "tui"
2+
name = "modder_tui"
33
version = "0.1.5"
44
edition = "2024"
55
description = "TUI Wrapper for Modder-rs"

0 commit comments

Comments
 (0)