summaryrefslogtreecommitdiffstats
path: root/examples/lib-dfscq-log/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lib-dfscq-log/Cargo.toml')
-rw-r--r--examples/lib-dfscq-log/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/lib-dfscq-log/Cargo.toml b/examples/lib-dfscq-log/Cargo.toml
new file mode 100644
index 0000000..8146aa4
--- /dev/null
+++ b/examples/lib-dfscq-log/Cargo.toml
@@ -0,0 +1,15 @@
1[package]
2name = "diaphragm-examples-lib-dfscq-log"
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[package.metadata.riff]
10runtime-inputs = ["z3", "cairo"]
11
12[dependencies]
13diaphragm-core = { path = "../../core" }
14diaphragm-z3-solver = { path = "../../z3-solver" }
15diaphragm-cairo-renderer = { path = "../../cairo-renderer" }