Skip to content

Commit 6a54fed

Browse files
desc
1 parent 0853bf8 commit 6a54fed

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ utoipa-scalar = { version = "0.2.0", features = ["axum"] }
8888
utoipa-swagger-ui = { version = "8.0.2", features = ["axum"] }
8989
uuid = { version = "1.11.0", features = ["v4"] }
9090

91-
app_core = { path = "./crates/app_core" }
92-
axumite = { path = "./crates/axumite" }
93-
db = { path = "./crates/db" }
94-
jsglue = { path = "./crates/jsglue" }
95-
kjspkg-api = { path = "./crates/kjspkg-api" }
91+
app_core = { version = "0", path = "./crates/app_core" }
92+
axumite = { version = "0", path = "./crates/axumite" }
93+
db = { version = "0", path = "./crates/db" }
94+
jsglue = { version = "0", path = "./crates/jsglue" }
95+
kjspkg-api = { version = "0", path = "./crates/kjspkg-api" }

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# KJSPKG
2+
3+
A package manager & registry for KubeJS.

apps/cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "kjspkg"
33
version = "0.1.0"
4+
description = "An easy-to-use and ergonomic CLI for KJSPKG."
45
edition.workspace = true
56
license.workspace = true
67
repository.workspace = true

crates/app_core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "app_core"
33
version = "0.1.0"
4+
description = "A common core module for KJSPKG."
45
edition.workspace = true
56
license.workspace = true
67
repository.workspace = true

crates/kjspkg-api/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "kjspkg-api"
33
version = "0.1.0"
4+
description = "A simple and ergonomic API client for KJSPKG."
45
edition.workspace = true
56
license.workspace = true
67
repository.workspace = true

ui/src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<footer class="flex w-full flex-row items-center justify-between p-2">
121121
<span class="hidden md:inline">
122122
<a
123-
href="https://github.com/Modern-Modpacks/kjspkg"
123+
href="https://github.com/RedstoneWizard08/kjspkg"
124124
class="anchor no-underline"
125125
target="_blank">GitHub</a
126126
>

0 commit comments

Comments
 (0)