From f8542012df3b2eb057e5b6985087dad7b168f97e Mon Sep 17 00:00:00 2001 From: Dan Sully Date: Sun, 18 Aug 2024 06:16:04 -0700 Subject: [PATCH] Add missing metadata fields --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a0f734c..7f1d37e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,7 @@ [package] +description = "Update Cloudflare DNS with IPv6 addresses" edition = "2021" +homepage = "https://github.com/dsully/zoned" name = "zoned" repository = "https://github.com/dsully/zoned" version = "0.1.2"