From ee25bf2c0b5b52c34a79c7bf7563ed85bc30d909 Mon Sep 17 00:00:00 2001 From: VoltagedDebunked Date: Sat, 12 Oct 2024 12:20:16 +0100 Subject: [PATCH] Init --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ca39cab..6ec52b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "zix" description = "A modern API builder and documentation generator with API schema generation integration." version = "1.0.0" +homepage = "https://zix-api.vercel.app" +repository = "https://github.com/zix-api/zix" edition = "2021" license-file = "LICENSE" readme = "README.md"