Skip to content

Commit

Permalink
Move mclib-protocol to main crate
Browse files Browse the repository at this point in the history
  • Loading branch information
ya7on committed Feb 24, 2024
1 parent b05858d commit 130fc57
Show file tree
Hide file tree
Showing 67 changed files with 13 additions and 2,453 deletions.
12 changes: 2 additions & 10 deletions Cargo.lock

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

12 changes: 1 addition & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,8 @@ edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[workspace]
members = ["macros", "protocol"]

[workspace.dependencies]
[dependencies]
mclib-macros = { path = "macros", version = "0.0.1" }
mclib-protocol = { path = "protocol", version = "0.0.1" }

darling = { version = "0.20.3" }
flate2 = { version = "1.0.28" }
syn = { version = "2.0.39" }
uuid = { version = "1.5.0", features = ["v4", "fast-rng", "macro-diagnostics"] }

[dependencies]
mclib-macros = { workspace = true }
mclib-protocol = { workspace = true }
4 changes: 2 additions & 2 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ edition = "2021"
proc-macro = true

[dependencies]
darling = { workspace = true }
syn = { workspace = true }
darling = { version = "0.20.3" }
syn = { version = "2.0.39" }
12 changes: 0 additions & 12 deletions protocol/Cargo.toml

This file was deleted.

33 changes: 0 additions & 33 deletions protocol/src/chunk_format.rs

This file was deleted.

41 changes: 0 additions & 41 deletions protocol/src/chunk_format/data_array.rs

This file was deleted.

89 changes: 0 additions & 89 deletions protocol/src/chunk_format/palleted_container.rs

This file was deleted.

43 changes: 0 additions & 43 deletions protocol/src/chunk_format/section.rs

This file was deleted.

5 changes: 0 additions & 5 deletions protocol/src/lib.rs

This file was deleted.

Loading

0 comments on commit 130fc57

Please sign in to comment.