From 4d7036984fcfcda5206490ef0383e3b225cc0834 Mon Sep 17 00:00:00 2001 From: Michael Richardson Date: Thu, 10 Aug 2023 17:56:06 -0400 Subject: [PATCH] chore: point ureq path at root directory --- examples/mbedtls/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/mbedtls/Cargo.toml b/examples/mbedtls/Cargo.toml index 51abba1..5223c57 100644 --- a/examples/mbedtls/Cargo.toml +++ b/examples/mbedtls/Cargo.toml @@ -6,3 +6,4 @@ edition = "2021" [dependencies] mbedtls = { version = "0.8.1" } +ureq = { path = "../.." } \ No newline at end of file