aboutsummaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 29f612c..f943cb7 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -14,7 +14,8 @@ clap = { version = "4.5.38", features = ["derive"] }
sha1 = "0.10.6"
log = "0.4.27"
prettytable-rs = "0.10.0"
+shell-words = "1.1.0"
[lib]
-name = "nogamepads_lib_rs"
+name = "nogamepads_core"
crate-type = [ "rlib"] \ No newline at end of file