aboutsummaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
author1992414357@qq.com <1992414357@qq.com>2025-05-28 09:11:31 +0800
committer1992414357@qq.com <1992414357@qq.com>2025-05-28 09:11:31 +0800
commitc0244a9d6f657934313e03f67a4b9fa9d93d34b7 (patch)
tree2da30c3984f5182e1bd3369de148abaa05afcbf8 /core/Cargo.toml
parentadc42fdf2050e77de50952bc8629684f1b3cf0ce (diff)
.
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index fade27a..e41697e 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -5,7 +5,6 @@ homepage = "https://github.com/CatilGrass/NoGamepads"
repository = "https://github.com/CatilGrass/NoGamepads"
readme = "../README.md"
-version = "0.1.0"
edition = "2024"
[dependencies]
@@ -17,4 +16,8 @@ tokio = { version = "1.45.0", features = ["full"] }
serde = { version = "1.0.219", features = ["derive"] }
clap = { version = "4.5.38", features = ["derive"] }
sha1 = "0.10.6"
-log = "0.4.27" \ No newline at end of file
+log = "0.4.27"
+
+[lib]
+name = "nogamepads_lib_rs"
+crate-type = [ "rlib"] \ No newline at end of file