Skip to content

Commit

Permalink
WIP: Deserialize ITF traces emitted by consensus Quint spec
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Oct 25, 2023
1 parent 4968797 commit 8ebc076
Show file tree
Hide file tree
Showing 6 changed files with 2,032 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ resolver = "2"
members = [
"common",
"consensus",
"itf",
"round",
"vote",
"test",
"vote",
]
10 changes: 10 additions & 0 deletions Code/itf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "malachite-itf"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
itf = "0.1.0"
serde = { version = "1.0.189", features = ["derive"] }
Loading

0 comments on commit 8ebc076

Please sign in to comment.