aboutsummaryrefslogtreecommitdiff
path: root/console
diff options
context:
space:
mode:
author1992414357@qq.com <1992414357@qq.com>2025-05-29 16:06:11 +0800
committer1992414357@qq.com <1992414357@qq.com>2025-05-29 16:06:11 +0800
commitc9dbba0d288becb7f05cebe526be25c76e5a850a (patch)
treed5a47ccfc439e91f6fd1bfac2712a67e16468e1e /console
parentd1c42b3f4036f101a7a6e46dcf2f065ed1d687f3 (diff)
增加客户端部分
Diffstat (limited to 'console')
-rw-r--r--console/Cargo.toml6
1 files changed, 1 insertions, 5 deletions
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" }