Skip to content

Commit

Permalink
Fixed keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonwieloch committed Sep 4, 2017
1 parent a374706 commit 434b41f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ authors = ["Szymon Wieloch <[email protected]>"]
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"

Expand Down

0 comments on commit 434b41f

Please sign in to comment.