refactor: add packer module

This commit is contained in:
ReaJason
2025-08-13 23:53:40 +08:00
parent ba04db93be
commit 58341b4f7c
176 changed files with 830 additions and 1062 deletions
+1 -2
View File
@@ -28,8 +28,7 @@ tasks.test {
dependencies {
implementation(project(":memshell-party-common"))
implementation(project(":deserialize"))
implementation(project(":packer"))
implementation(project(":memshell"))
implementation(libs.bundles.jna)
implementation(libs.javax.servlet.api)