Skip to content

Commit d9e7606

Browse files
committed
Updated Cargo.toml
1 parent 3315b6c commit d9e7606

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tui/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ edition = "2024"
55
description = "TUI Wrapper for Modder-rs"
66
authors = ["JayanAXHF <[email protected]>"]
77
build = "build.rs"
8+
license = "MIT"
9+
homepage = "https://github.com/JayanAXHF/modder-rs"
10+
repository = "https://github.com/JayanAXHF/modder-rs"
11+
readme = "README.md"
12+
keywords = ["minecraft", "mod", "manager", "tui"]
13+
categories = ["command-line-utilities", "games"]
814

915

1016
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -41,7 +47,7 @@ tokio-util = "0.7.12"
4147
tracing = "0.1.40"
4248
tracing-error = "0.2.0"
4349
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "serde"] }
44-
modder = { path = "../core" }
50+
modder = { path = "../core", version = "1.0.0" }
4551
regex = "1.11.1"
4652
colored = "3.0.0"
4753
textwrap = "0.16.2"

0 commit comments

Comments
 (0)