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 --- console/Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'console') diff --git a/console/Cargo.toml b/console/Cargo.toml index 4bf474f..4751571 100644 --- a/console/Cargo.toml +++ b/console/Cargo.toml @@ -1,12 +1,8 @@ [package] name = "nogamepads-console" description = "This crate provides a set of tools for simulating and deploying the client and server of the NoGamepads library." - -homepage = "https://github.com/CatilGrass/NoGamepads" -repository = "https://github.com/CatilGrass/NoGamepads" - -workspace = "../../NoGamepads" edition = "2024" +version.workspace = true [dependencies] nogamepads-core = { path = "../core" } -- cgit