refactor: add packer module

This commit is contained in:
ReaJason
2025-06-28 02:57:36 +08:00
parent 69ad11ff3e
commit c668caa84d
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)