diff --git a/Cargo.toml b/Cargo.toml index 5590bd4e..4f2a4c57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ version = "2.0.8" [dependencies] async-std = { version = "1.9.0", optional = true } + async-trait = "0.1.51" globset = { version = "0.4.8", optional = true } ritelinked = { version = "0.3.1", default-features = false, features = ["ahash", "inline-more"] }