mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-04 18:18:14 +00:00
13 lines
337 B
TOML
13 lines
337 B
TOML
[workspace]
|
|
members = ["crates/*"]
|
|
resolver = "2"
|
|
|
|
[workspace.dependencies]
|
|
djls = { path = "crates/djls" }
|
|
djls-ast = { path = "crates/djls-ast" }
|
|
djls-django = { path = "crates/djls-django" }
|
|
djls-python = { path = "crates/djls-python" }
|
|
|
|
anyhow = "1.0.94"
|
|
serde = { version = "1.0.215", features = ["derive"] }
|
|
serde_json = "1.0.133"
|