add Serialize/Deserialize impls for CpuConfig

This commit is contained in:
Jacob Lifshay 2025-10-27 20:25:40 -07:00
parent 6ebc57eb17
commit 42462127db
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
5 changed files with 8 additions and 3 deletions

View file

@ -15,6 +15,7 @@ rust-version = "1.89.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"] }
[profile.dev]
opt-level = 1