From a32cff333dd34b7db886317470f1301f0266b9e7 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 14 Jun 2020 14:08:28 +0200 Subject: Introduce paths crate It's a good idea to distinguish between absolute and relative paths at the type level, to avoid accidental dependency on the cwd, which really shouldn't matter for rust-analyzer service --- Cargo.lock | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 308e36836..5848e61c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -834,6 +834,10 @@ dependencies = [ "syn", ] +[[package]] +name = "paths" +version = "0.1.0" + [[package]] name = "percent-encoding" version = "2.1.0" -- cgit v1.2.3