From b6f5128e30c2e041e03684f94146c5833dd785df Mon Sep 17 00:00:00 2001 From: Interchouette <484423+Interchouette@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:37:34 +0200 Subject: [PATCH] chore: set crate authors to Interchouette --- wasm/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index 2b4b042..9dd2cb2 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -2,6 +2,7 @@ name = "deployer" version = "1.0.0" edition = "2024" +authors = ["Interchouette "] [dependencies] wasm-bindgen = "0.2.126"