Skip to content

Commit

Permalink
update toml for bfs
Browse files Browse the repository at this point in the history
  • Loading branch information
organizedgrime committed Jun 5, 2024
1 parent 1ba0381 commit fcc7b49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ keywords = ["decentralization", "filecoin", "ipfs", "storage"]
# Dependencies that must exist independent of architecture
[dependencies]
# BanyanFS
banyanfs = { path = "../banyanfs/", features = ["banyan-api"] }
#banyanfs = { path = "../banyanfs/", features = ["banyan-api"] }
banyanfs = { git = "https://github.com/banyancomputer/banyanfs.git", branch = "vera/eng-617-banyan-cli" }

# Tracing
tracing = { version = "^0.1" }
Expand Down

0 comments on commit fcc7b49

Please sign in to comment.