aboutsummaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
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" }