summaryrefslogtreecommitdiffstats
path: root/z3-solver/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'z3-solver/Cargo.toml')
-rw-r--r--z3-solver/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/z3-solver/Cargo.toml b/z3-solver/Cargo.toml
new file mode 100644
index 0000000..6f63e1c
--- /dev/null
+++ b/z3-solver/Cargo.toml
@@ -0,0 +1,12 @@
1[package]
2name = "diaphragm-z3-solver"
3version = "0.1.0"
4authors = ["Minijackson <minijackson@riseup.net>"]
5edition = "2021"
6
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9[dependencies]
10diaphragm-core = { path = "../core" }
11
12z3 = "0.9"