docs(readme): add diagram showing crate dependencies
This commit is contained in:
parent
ac25c9985e
commit
44ac3f9ec3
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue