Skip to content

Commit d7f9aad

Browse files
authored
refactor(holy): migrate holy crate from packages/holy to packages/rust/holy (#6972)
Aligns the holy proc-macro crate with the existing Rust package convention under packages/rust/. Updates workspace member path, Nx project config, repository URL, and erust dependency path accordingly.
1 parent d49ee81 commit d7f9aad

File tree

14 files changed

+5
-5
lines changed

14 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = '2'
44
members = [
55
'packages/kbve',
66
'packages/rust/erust',
7-
'packages/holy',
7+
'packages/rust/holy',
88
'packages/rust/jedi',
99
'apps/kbve/kilobase',
1010
'apps/kbve/kbve-hyperlane',

packages/rust/erust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ eframe = { version = "0.33.3", default-features = false, features = [
2525
log = "0.4"
2626
ehttp = "0.6.0"
2727
image = { version = "0.25.9", default-features = false, features = ["png", "jpeg", "webp"] }
28-
holy = { path = "../../holy" }
28+
holy = { path = "../holy" }
2929

3030
chrono = { version = "0.4.43", features = ["serde"] }
3131

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
license = "MIT"
77
description = "Holy is a proc-macro library that provides helper macros."
88
homepage = "https://kbve.com/"
9-
repository = "https://github.com/KBVE/kbve/tree/main/packages/holy"
9+
repository = "https://github.com/KBVE/kbve/tree/main/packages/rust/holy"
1010
readme = "README.md"
1111
rust-version = "1.75"
1212

File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "holy",
3-
"$schema": "../../node_modules/nx/schemas/project-schema.json",
3+
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
44
"projectType": "library",
5-
"sourceRoot": "packages/holy/src",
5+
"sourceRoot": "packages/rust/holy/src",
66
"tags": [],
77
"targets": {
88
"build": {
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)