blob: f598f538dd1a5054992cbdb3e8ffaf8f7d96ab6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "diaphragm-z3-solver"
version = "0.1.0"
authors = ["Minijackson <minijackson@riseup.net>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
diaphragm-core = { path = "../core" }
z3 = "0.11"
|