aboutsummaryrefslogtreecommitdiff
path: root/core/Cargo.toml
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 /core/Cargo.toml
parentd1c42b3f4036f101a7a6e46dcf2f065ed1d687f3 (diff)
增加客户端部分
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml7
1 files changed, 1 insertions, 6 deletions
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" }