Replace zed::watch with postage::watch for settings

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo 2021-05-06 15:27:18 -06:00
parent ab10e27424
commit 4eac765f1a
8 changed files with 27 additions and 99 deletions

View file

@ -9,6 +9,5 @@ mod sum_tree;
mod test;
mod time;
mod util;
pub mod watch;
pub mod workspace;
mod worktree;