~/hooky

41f79772728b96a70d946abc43ccee8152d4ef7e — Arthur Melton f819c6e4 2 years ago
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"