Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir_def/Cargo.toml')
| -rw-r--r-- | crates/hir_def/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir_def/Cargo.toml b/crates/hir_def/Cargo.toml index 5087e18bc3..5863092839 100644 --- a/crates/hir_def/Cargo.toml +++ b/crates/hir_def/Cargo.toml @@ -10,6 +10,7 @@ rust-version = "1.57" doctest = false [dependencies] +bitflags = "1.3.2" cov-mark = "2.0.0-pre.1" dashmap = { version = "5.2.0", features = ["raw-api"] } lock_api = "0.4.6" |