From 888a92dfef5a88dfaa0ab8a5dff0781841f6db7a Mon Sep 17 00:00:00 2001 From: m5l14i11 Date: Thu, 29 Jun 2023 18:40:51 +0400 Subject: [PATCH] aosc --- ta_lib/momentum/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }