default use feature functions
1 files changed, 1 insertions(+), 1 deletions(-) M victim/Cargo.toml
M victim/Cargo.toml => victim/Cargo.toml +1 -1
@@ 11,7 11,7 @@ serde = "1.0.152" serde_derive = "1.0.152" tempfile = { version = "3.3.0", optional = true } config = { path = "../config" } -data = { path = "../data" } +data = { path = "../data", features = ["functions"] } [build-dependencies] toml = "0.5.10"