diff --git a/tokio-fs/Cargo.toml b/tokio-fs/Cargo.toml index dc9ca6d..d4b14ec 100644 --- a/tokio-fs/Cargo.toml +++ b/tokio-fs/Cargo.toml @@ -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 = { path = "../" } +dmds = "0.1" async-trait = "0.1" tokio = { version = "1.34", features = ["fs", "io-util", "time", "rt"] } futures = { version = "0.3", features = ["executor"] }