aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cfg/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_cfg/Cargo.toml')
-rw-r--r--crates/ra_cfg/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/ra_cfg/Cargo.toml b/crates/ra_cfg/Cargo.toml
index b28affc3a..dd5ff88b0 100644
--- a/crates/ra_cfg/Cargo.toml
+++ b/crates/ra_cfg/Cargo.toml
@@ -4,6 +4,9 @@ name = "ra_cfg"
4version = "0.1.0" 4version = "0.1.0"
5authors = ["rust-analyzer developers"] 5authors = ["rust-analyzer developers"]
6 6
7[lib]
8doctest = false
9
7[dependencies] 10[dependencies]
8rustc-hash = "1.0.1" 11rustc-hash = "1.0.1"
9 12