From 8c0e6a6ae976e4422032fe1e5d9b7a82eec4cc6e Mon Sep 17 00:00:00 2001 From: chrysn Date: Sun, 2 Jul 2023 13:34:27 +0200 Subject: [PATCH] chore(cargo.toml): Add link to repository (#4) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f0cfe12..d9708fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" description = "The hacker's BLE (bluetooth low energy) browser terminal app" license = "BSD-3-Clause" authors = ["Dmitriy Kovalenko "] +repository = "https://github.com/dmtrKovalenko/blendr" [[bin]] name = "blendr"