[package] name = "dlfcn" version = "0.1.0" authors = ["Mariell \"Proximyst\" Hoversholm "] description = "DLFCN wrapper for Rust using libc." keywords = ["dynlib", "dynamic", "load", "library", "dlsym"] repository = "https://github.com/Proximyst/dlfcn" license = "CC0-1.0" license-file = "LICENCE" documentation = "https://docs.rs/dlfcn" [dependencies.libc] version = "0.2"