Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Dec 30, 2024
1 parent 3aba98b commit 5979898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1.27", features = ["sync", "io-util"] }
# TODO: I added this dependency in order to not re-implement the Url::query_pairs function.
# If its okay to do it (we are using that crate in the ofs binary https://github.com/apache/opendal/blob/main/bin/ofs/Cargo.toml#L45
# Is it okay to include it? (we are using that crate in the ofs binary https://github.com/apache/opendal/blob/main/bin/ofs/Cargo.toml#L45
url = "2.5.4"
uuid = { version = "1", features = ["serde", "v4"] }

Expand Down

0 comments on commit 5979898

Please sign in to comment.