Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
JieningYu committed Dec 6, 2023
1 parent d6e6d4d commit 8f83aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ maintenance = { status = "actively-developed" }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dmds = "0.1"
dmds = { version = "0.1", path = "../" }
async-trait = "0.1"
tokio = { version = "1.34", features = ["fs", "io-util", "time", "rt"] }
futures = { version = "0.3", features = ["executor"] }
Expand Down

0 comments on commit 8f83aac

Please sign in to comment.