forked from libre-chip/cpu
add Serialize/Deserialize impls for CpuConfig
This commit is contained in:
parent
6ebc57eb17
commit
42462127db
5 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue