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 3fea113 commit f542006
Show file tree
Hide file tree
Showing 5 changed files with 2,030 additions and 0 deletions.
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 f542006

Please sign in to comment.