move all dependencies to workspace Cargo.toml (#150)

This commit is contained in:
Josh Thomas 2025-05-15 21:21:30 -05:00 committed by GitHub
parent def9fba2b6
commit 7db9e11802
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 23 additions and 18 deletions

View file

@ -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 }