aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_macros/Cargo.toml')
-rw-r--r--crates/ra_macros/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_macros/Cargo.toml b/crates/ra_macros/Cargo.toml
index b4fdbfd18..21c128442 100644
--- a/crates/ra_macros/Cargo.toml
+++ b/crates/ra_macros/Cargo.toml
@@ -5,4 +5,5 @@ version = "0.1.0"
5authors = ["Aleksey Kladov <[email protected]>"] 5authors = ["Aleksey Kladov <[email protected]>"]
6 6
7[dependencies] 7[dependencies]
8rustc_hash = "1.0.0"
8smol_str = "0.1.9" 9smol_str = "0.1.9"