From e3d72fd4183199f1bf327b93fc3fd897d1c415e8 Mon Sep 17 00:00:00 2001 From: grumbach Date: Tue, 1 Oct 2024 19:26:49 +0900 Subject: [PATCH] fix: feat flags --- autonomi_cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autonomi_cli/Cargo.toml b/autonomi_cli/Cargo.toml index 247ec69124..a1c6bd5705 100644 --- a/autonomi_cli/Cargo.toml +++ b/autonomi_cli/Cargo.toml @@ -10,7 +10,7 @@ metrics = ["sn_logging/process-metrics"] network-contacts = ["sn_peers_acquisition/network-contacts"] [dependencies] -autonomi = { path = "../autonomi", version = "0.1.0" } +autonomi = { path = "../autonomi", version = "0.1.0", features = ["data", "files"] } clap = { version = "4.2.1", features = ["derive"] } color-eyre = "~0.6" dirs-next = "~2.0.0"