From 9d58cf7f37b4160f51db7f28fe20b3f9ede65f0b Mon Sep 17 00:00:00 2001 From: Maddox Werts Date: Tue, 11 Feb 2025 12:02:29 -0500 Subject: [PATCH] Imported Cargo --- project/Cargo.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/project/Cargo.toml b/project/Cargo.toml index 3a7e011..b8eaa28 100644 --- a/project/Cargo.toml +++ b/project/Cargo.toml @@ -1,6 +1,14 @@ [package] -name = "example" +name = "stockmapi" version = "0.1.0" edition = "2021" [dependencies] +tokio = { version = "1.43.0", features = ["full"] } +serde_json = "1.0.136" +config = "0.14.0" +regex = "1.11.1" +mysql = "25.0.1" +ureq = "2.12.1" +chrono = "0.4" +warp = "0.3" \ No newline at end of file