We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e6d4d commit 8f83aacCopy full SHA for 8f83aac
tokio-fs/Cargo.toml
@@ -15,7 +15,7 @@ maintenance = { status = "actively-developed" }
15
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
16
17
[dependencies]
18
-dmds = "0.1"
+dmds = { version = "0.1", path = "../" }
19
async-trait = "0.1"
20
tokio = { version = "1.34", features = ["fs", "io-util", "time", "rt"] }
21
futures = { version = "0.3", features = ["executor"] }
0 commit comments