From 91f29ec4e76b387c1263890ced087c16f258e8cb Mon Sep 17 00:00:00 2001 From: insects Date: Wed, 14 May 2025 18:30:30 +0200 Subject: [PATCH] chore: add more meta fields to Cargo.toml --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 908af68..5495e70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,8 @@ description = "Run a playground connected to a Cargo project locally" version = "0.1.1" license = "MIT" edition = "2024" -exclude = ["/frontend"] +repository = "https://codeberg.org/insects/cargo-spiel" +homepage = "https://codeberg.org/insects/cargo-spiel" include = ["/public", "/src"] [dependencies]