mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-03 17:48:20 +00:00
* add djls-pyenv crate * add implementation * remove newline * rename field * rename crate
11 lines
194 B
TOML
11 lines
194 B
TOML
[package]
|
|
name = "djls-python"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
pyo3 = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
|
|
thiserror = "2.0.4"
|