diff --git a/ta_lib/momentum/Cargo.toml b/ta_lib/momentum/Cargo.toml index da261e3e..bf40d853 100644 --- a/ta_lib/momentum/Cargo.toml +++ b/ta_lib/momentum/Cargo.toml @@ -6,4 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -overlap = { path = "../overlap"} +overlap = { path = "../overlap" } +price = { path = "../price" }