From 50a14a8768415df3e5e38a2e0adb00b7fd35703a Mon Sep 17 00:00:00 2001 From: magic-akari Date: Thu, 1 Feb 2024 13:27:24 +0800 Subject: [PATCH] fix: package meta --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 65a5d96..85e15d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,10 +5,10 @@ resolver = "2" [workspace.package] authors = ["magic-akari "] edition = "2021" - homepage = "https://github.com/wasm-fmt/biome_fmt" + homepage = "https://github.com/wasm-fmt/web_fmt" license = "MIT" readme = "README.md" - repository = "https://github.com/wasm-fmt/biome_fmt" + repository = "https://github.com/wasm-fmt/web_fmt" version = "0.1.3"