Skip to content

Commit 1197c2b

Browse files
update crate list in README
1 parent 7e46cb5 commit 1197c2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,12 @@ All feature requests should ideally start out as a discussion topic, to gather f
169169
The project is written in Rust using PyO3 for Python integration. Here is a high-level overview of the project and the various crates:
170170

171171
- Main CLI interface ([`crates/djls/`](./crates/djls/))
172+
- Configuration management ([`crates/djls-conf/`](./crates/djls-conf/))
173+
- Development tools ([`crates/djls-dev/`](./crates/djls-dev/))
172174
- Django and Python project introspection ([`crates/djls-project/`](./crates/djls-project/))
173175
- LSP server implementation ([`crates/djls-server/`](./crates/djls-server/))
174176
- Template parsing ([`crates/djls-templates/`](./crates/djls-templates/))
177+
- Workspace and document management ([`crates/djls-workspace/`](./crates/djls-workspace/))
175178

176179
Code contributions are welcome from developers of all backgrounds. Rust expertise is valuable for the LSP server and core components, but Python and Django developers should not be deterred by the Rust codebase - Django expertise is just as valuable. Understanding Django's internals and common development patterns helps inform what features would be most valuable.
177180

0 commit comments

Comments
 (0)