add name_mangling_serde crate

This commit is contained in:
Jacob Lifshay 2025-03-08 22:34:11 -08:00
parent 60341e22af
commit 9199fdf35c
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
6 changed files with 502 additions and 0 deletions

View file

@ -15,6 +15,8 @@ rust-version = "1.82.0"
[workspace.dependencies]
fayalite = { git = "https://git.libre-chip.org/libre-chip/fayalite.git", version = "0.3.0", branch = "master" }
serde = { version = "1.0.202", features = ["derive"] }
serde_json = { version = "1.0.117", features = ["preserve_order"] }
[profile.dev]
opt-level = 1