aboutsummaryrefslogtreecommitdiff
path: root/crates/vfs/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-11 12:31:02 +0100
committerAleksey Kladov <[email protected]>2020-07-11 12:31:02 +0100
commit847135495fb194f9eef7b65b515982161d77face (patch)
tree2d9e2a19fec0070503f7e03b7f95290736c11389 /crates/vfs/Cargo.toml
parent45be08c708ba03dbc4bb935e0288c3f72c2db119 (diff)
no doctests
Diffstat (limited to 'crates/vfs/Cargo.toml')
-rw-r--r--crates/vfs/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/vfs/Cargo.toml b/crates/vfs/Cargo.toml
index b985c4c10..db99707b3 100644
--- a/crates/vfs/Cargo.toml
+++ b/crates/vfs/Cargo.toml
@@ -4,6 +4,9 @@ version = "0.1.0"
4authors = ["rust-analyzer developers"] 4authors = ["rust-analyzer developers"]
5edition = "2018" 5edition = "2018"
6 6
7[lib]
8doctest = false
9
7[dependencies] 10[dependencies]
8rustc-hash = "1.0" 11rustc-hash = "1.0"
9fst = "0.4" 12fst = "0.4"