Skip to content

Commit

Permalink
fix: feat flags
Browse files Browse the repository at this point in the history
  • Loading branch information
grumbach committed Oct 1, 2024
1 parent 7831d52 commit e3d72fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autonomi_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e3d72fd

Please sign in to comment.