From c9dbba0d288becb7f05cebe526be25c76e5a850a Mon Sep 17 00:00:00 2001 From: "1992414357@qq.com" <1992414357@qq.com> Date: Thu, 29 May 2025 16:06:11 +0800 Subject: 增加客户端部分 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/Cargo.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'core/Cargo.toml') diff --git a/core/Cargo.toml b/core/Cargo.toml index b4bfdb1..29f612c 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,12 +1,7 @@ [package] name = "nogamepads-core" - -homepage = "https://github.com/CatilGrass/NoGamepads" -repository = "https://github.com/CatilGrass/NoGamepads" -readme = "../README.md" - -workspace = "../../NoGamepads" edition = "2024" +version.workspace = true [dependencies] nogamepads = { path = "../../NoGamepads" } -- cgit