From c4f22ae6fd38570da560ba7c4d7913aa2e013e4a Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 2 Apr 2024 15:10:36 +0000 Subject: [PATCH] Add `repository` field to `Cargo.toml` --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5a663cf..5fa67f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" license = "MIT" readme = "README.md" description = "A tiny executor agnostic wrapper around rusqlite to make calls to it async" +repository = "https://github.com/jsdw/async-rusqlite" [dependencies] asyncified = "0.6.1"