osquery-voidlinux/Cargo.toml
Jan Christian Grünhage 5d486b9d6e
initial commit
2022-11-16 09:42:25 +01:00

20 lines
722 B
TOML

[package]
name = "osquery-voidlinux"
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "3", features = ["derive", "wrap_help"] }
osquery-rust = "0.1.1"
plist = { version = "1.3.2", features = ["serde"] }
regex = "1.6.0"
serde = { version = "1.0.147", features = ["derive"] }
[patch.crates-io]
osquery-rust = { git = "https://github.com/jcgruenhage/osquery-rust.git", branch = "main" }
osquery-rust-codegen = { git = "https://github.com/jcgruenhage/osquery-rust.git", branch = "main" }
plist = { git = "https://github.com/jcgruenhage/rust-plist.git", branch = "quick-xml" }