-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a374706
commit 434b41f
Showing
1 changed file
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|