refactor: add packer module

This commit is contained in:
ReaJason
2025-08-13 23:53:40 +08:00
parent 2f8ab27ee2
commit a1fec396ba
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)