proxmox-tools: reference valgrind_request via git

to allow using 'cargo XXX' with cargo config pointing to packaged
sources instead of crates.io

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2020-01-02 13:33:01 +01:00
parent b659584f23
commit 94168b94c2

View File

@ -18,7 +18,7 @@ nix = "0.16"
regex = "1.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
valgrind_request = { version = "1.1.0", optional = true }
valgrind_request = { git = "https://github.com/edef1c/libvalgrind_request", version = "1.1.0", optional = true }
[features]
default = []