mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-07-24 04:45:02 +00:00
13 lines
226 B
TOML
13 lines
226 B
TOML
[package]
|
|
name = "djls-python"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
djls-ipc = { workspace = true }
|
|
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
|
|
which = "7.0"
|