Skip to content

Commit

Permalink
Update development.md (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer committed Nov 16, 2023
1 parent 4599ffc commit 0fa05cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion crates/huak-python-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@

> This crate is a work-in-progress.
A Python interpreter management.
9 changes: 7 additions & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ Currently, the project is structured using the following crates:

```bash
crates
├── `huak_cli` # The `huak` application
└── `huak_package_manager` # `huak`'s operations library
├── `huak-cli` # Huak's CLI
├── `huak-dev` # Huak's development library
├── `huak-home` # Huak's home library
├── `huak-package-manager` # Huak's package management library
├── `huak-python-manager` # Huak's python management library
├── `huak-toolchain` # Huak's toolchain management library
└── `huak-workspace` # Huak's workspace library
```

0 comments on commit 0fa05cb

Please sign in to comment.