mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-03 17:48:20 +00:00
move all dependencies to workspace Cargo.toml (#150)
This commit is contained in:
parent
def9fba2b6
commit
7db9e11802
7 changed files with 23 additions and 18 deletions
|
@ -10,8 +10,7 @@ default = []
|
|||
[dependencies]
|
||||
pyo3 = { workspace = true }
|
||||
salsa = { workspace = true }
|
||||
|
||||
which = "7.0.1"
|
||||
which = { workspace = true}
|
||||
|
||||
[build-dependencies]
|
||||
djls-dev = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue