From 434b41f509bac50869d8eafae7bc207fa06a568e Mon Sep 17 00:00:00 2001 From: truenagual Date: Mon, 4 Sep 2017 22:02:09 +0200 Subject: [PATCH] Fixed keywords --- Cargo.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7d38078..43f433a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,13 +5,7 @@ authors = ["Szymon Wieloch "] description = "A library for opening and operating on dynamically loadable libraries." keywords = [ #common functions - "dlopen", "loadlibrary", "loadlibraryw", - #common names - "shared object", "dynamic link library", - #other libraries that somebody may be searching for - "dynlib", "libloading", "rust_libloading", "dynamic_reload", - #common extensions - "dll", "so", "dylib"] + "dlopen", "dll", "so", "dylib", "shared"] license = "MIT" repository = "https://github.com/szymonwieloch/rust-dynlib"