forked from kemitix/git-next
fix: remove unused dependecy from file-watcher-actor
This commit is contained in:
parent
768ec6ae02
commit
b8f4adeb50
2 changed files with 0 additions and 4 deletions
|
@ -525,8 +525,6 @@ stateDiagram-v2
|
||||||
|
|
||||||
cli --> git
|
cli --> git
|
||||||
|
|
||||||
file_watcher_actor --> config
|
|
||||||
|
|
||||||
forge --> core
|
forge --> core
|
||||||
forge --> git
|
forge --> git
|
||||||
forge --> forge_forgejo
|
forge --> forge_forgejo
|
||||||
|
|
|
@ -7,8 +7,6 @@ repository = { workspace = true }
|
||||||
description = "Config file watcher for git-next, the trunk-based development manager"
|
description = "Config file watcher for git-next, the trunk-based development manager"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
git-next-config = { workspace = true }
|
|
||||||
|
|
||||||
# logging
|
# logging
|
||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue