osquery_rust_ng
Run this command in a terminal, in your project's directory:
cargo add osquery-rust-ng
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
osquery-rust-ng = "2.0.0"
The osquery_rust_ng library will be automatically available globally. Read the osquery_rust_ng library documentation.
Back to the crate overview.