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