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:
parent
da36eb3b41
commit
f0c50c1e0a
5 changed files with 39 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
mod db;
|
||||
pub mod fs;
|
||||
mod ignore;
|
||||
mod lsp_command;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue