mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-04 18:18:14 +00:00
10 lines
161 B
TOML
10 lines
161 B
TOML
[package]
|
|
name = "djls-project"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
pyo3 = { workspace = true }
|
|
tower-lsp = { workspace = true }
|
|
|
|
which = "7.0.1"
|