Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/base_db/Cargo.toml')
| -rw-r--r-- | crates/base_db/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/base_db/Cargo.toml b/crates/base_db/Cargo.toml index 20a4b111e3..5ba8255ddd 100644 --- a/crates/base_db/Cargo.toml +++ b/crates/base_db/Cargo.toml @@ -14,6 +14,7 @@ salsa = "0.17.0-pre.2" rustc-hash = "1.1.0" syntax = { path = "../syntax", version = "0.0.0" } +stdx = { path = "../stdx", version = "0.0.0" } cfg = { path = "../cfg", version = "0.0.0" } profile = { path = "../profile", version = "0.0.0" } tt = { path = "../tt", version = "0.0.0" } |