From 69b79e3a73f9a1b820cf6d5ebc9968d8b08d4e68 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 7 Jul 2020 22:53:12 +0200 Subject: Replace ad hocery with science --- crates/vfs/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/vfs/Cargo.toml') diff --git a/crates/vfs/Cargo.toml b/crates/vfs/Cargo.toml index 263069002..b985c4c10 100644 --- a/crates/vfs/Cargo.toml +++ b/crates/vfs/Cargo.toml @@ -6,5 +6,6 @@ edition = "2018" [dependencies] rustc-hash = "1.0" +fst = "0.4" paths = { path = "../paths" } -- cgit v1.2.3 From 847135495fb194f9eef7b65b515982161d77face Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 11 Jul 2020 13:31:02 +0200 Subject: no doctests --- crates/vfs/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/vfs/Cargo.toml') 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" authors = ["rust-analyzer developers"] edition = "2018" +[lib] +doctest = false + [dependencies] rustc-hash = "1.0" fst = "0.4" -- cgit v1.2.3 From 6f423466d181130848c229e2684c6dd18f8a5e9d Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Tue, 14 Jul 2020 10:57:26 +0900 Subject: Add a license field to all the crates --- crates/vfs/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/vfs/Cargo.toml') diff --git a/crates/vfs/Cargo.toml b/crates/vfs/Cargo.toml index db99707b3..b74cdb7ff 100644 --- a/crates/vfs/Cargo.toml +++ b/crates/vfs/Cargo.toml @@ -3,6 +3,7 @@ name = "vfs" version = "0.1.0" authors = ["rust-analyzer developers"] edition = "2018" +license = "MIT OR Apache-2.0" [lib] doctest = false -- cgit v1.2.3