django-language-server/crates/djls-python/Cargo.toml
Josh Thomas 931c0bc9fb
add djls-python crate (#1)
* add djls-pyenv crate

* add implementation

* remove newline

* rename field

* rename crate
2024-12-05 11:33:54 -06:00

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"