aboutsummaryrefslogtreecommitdiff
path: root/syn-mid/examples/const_fn_test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'syn-mid/examples/const_fn_test/Cargo.toml')
-rw-r--r--syn-mid/examples/const_fn_test/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/syn-mid/examples/const_fn_test/Cargo.toml b/syn-mid/examples/const_fn_test/Cargo.toml
new file mode 100644
index 0000000..b3e2807
--- /dev/null
+++ b/syn-mid/examples/const_fn_test/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "const_fn_test"
+version = "0.0.0"
+authors = ["Taiki Endo <te316e89@gmail.com>"]
+edition = "2018"
+publish = false
+
+[dependencies]
+const_fn = { path = "../const_fn" }