From d89214ba52c968a950dc3118f54b8547350536d9 Mon Sep 17 00:00:00 2001 From: Brad Richardson Date: Sat, 23 May 2020 20:43:04 -0700 Subject: Add path dependencies and a test to make sure it works --- hello_fpm/fpm.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 hello_fpm/fpm.toml (limited to 'hello_fpm/fpm.toml') diff --git a/hello_fpm/fpm.toml b/hello_fpm/fpm.toml new file mode 100644 index 0000000..d94d904 --- /dev/null +++ b/hello_fpm/fpm.toml @@ -0,0 +1,4 @@ +name = "hello_fpm" + +[dependencies] +hello_complex = { path = "../hello_complex" } -- cgit v1.2.3