summaryrefslogtreecommitdiffstats
path: root/z3-solver/Cargo.toml
blob: 6f63e1c60c93dbdd409cf7e4fb25208310ed5844 (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.9"