diff --git a/crates/cli/README.md b/crates/cli/README.md index 3cb744a..26e0250 100644 --- a/crates/cli/README.md +++ b/crates/cli/README.md @@ -525,8 +525,6 @@ stateDiagram-v2 cli --> git - file_watcher_actor --> config - forge --> core forge --> git forge --> forge_forgejo diff --git a/crates/file-watcher-actor/Cargo.toml b/crates/file-watcher-actor/Cargo.toml index 8be02f6..c3b048f 100644 --- a/crates/file-watcher-actor/Cargo.toml +++ b/crates/file-watcher-actor/Cargo.toml @@ -7,8 +7,6 @@ repository = { workspace = true } description = "Config file watcher for git-next, the trunk-based development manager" [dependencies] -git-next-config = { workspace = true } - # logging tracing = { workspace = true }