[package] name = "injector" version = "0.0.1" description = "A library able to inject a shared library into another process." readme = "README.md" repository = "https://github.com/x1tan/injector" keywords = ["unix", "injection", "shared-library", "loader"] authors = ["xitan "] license = "MIT/Apache-2.0" include = [ "**/*.rs", "Cargo.toml", ] [dependencies] nix = "0.9.0" libc = "0.2" glob = "0.2" regex = "0.2" [[example]] name = "injector" path = "examples/injector.rs"