django-language-server/crates/djls-python/Cargo.toml
Josh d1cc9f7ca0
Some checks are pending
test / test (macos-latest) (push) Waiting to run
test / test (ubuntu-latest) (push) Waiting to run
test / test (windows-latest) (push) Waiting to run
specify dependencies to minor version
2024-12-13 07:18:08 -06:00

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"