docs(readme): add diagram showing crate dependencies
Some checks failed
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Rust / build (push) Has been cancelled

This commit is contained in:
Paul Campbell 2024-05-21 20:00:42 +01:00
parent ac25c9985e
commit 44ac3f9ec3

View file

@ -182,6 +182,19 @@ If you'd like to contribute code, feel free to submit a merge request.
Before you start committing, run the `just install-hooks` command to setup the
Git Hooks. ([Get Just](https://just.systems/man/en/chapter_3.html))
## Crate Dependency
The following diagram shows the dependency between the crates that make up `git-next`:
```mermaid
stateDiagram-v2:
cli --> server
cli --> git
server --> config
server --> git
git --> config
```
## License
`git-next` is released under the [MIT License](./LICENSE).