add artemis pfs unpack support

This commit is contained in:
2025-07-22 16:27:22 +08:00
parent 6cd356d52d
commit c9aae34325
9 changed files with 413 additions and 3 deletions

View File

@@ -6,6 +6,9 @@ edition = "2024"
[lib]
proc-macro = true
[features]
artemis-arc = []
[dependencies]
syn = { version = "2", features = ["full"] }
quote = "1"