Extract db module from project to its own crate

This will let us use it from the telemetry crate.

Co-authored-by: Joseph Lyons <joseph@zed.dev>
This commit is contained in:
Nathan Sobo 2022-09-26 16:37:09 -06:00
parent da36eb3b41
commit f0c50c1e0a
5 changed files with 39 additions and 1 deletions

View file

@ -1,4 +1,3 @@
mod db;
pub mod fs;
mod ignore;
mod lsp_command;