[package] name = "libloader" version = "0.1.4" edition = "2021" authors = ["Qixinies <3185835784@qq.com>"] description = "A easy-to-use dll loader for rust that based on libloading" license-file = "LICENSE" keywords = ["so", "dll", "load", "shared", "dlopen"] repository = "https://github.com/Qixinies/libloader/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libloading = "0.7"