aboutsummaryrefslogtreecommitdiff
path: root/test/example_packages/circular_test/fpm.toml
diff options
context:
space:
mode:
Diffstat (limited to 'test/example_packages/circular_test/fpm.toml')
-rw-r--r--test/example_packages/circular_test/fpm.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/example_packages/circular_test/fpm.toml b/test/example_packages/circular_test/fpm.toml
new file mode 100644
index 0000000..56cfa2e
--- /dev/null
+++ b/test/example_packages/circular_test/fpm.toml
@@ -0,0 +1,4 @@
+name = "circular_test"
+
+[dependencies]
+circular_example = { path = "../circular_example"}