django-language-server/crates/djls-server/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

19 lines
452 B
TOML

[package]
name = "djls-server"
version = "0.1.0"
edition = "2021"
[dependencies]
djls-ast = { workspace = true }
djls-django = { workspace = true }
djls-ipc = { workspace = true }
djls-python = { workspace = true }
djls-worker = { workspace = true }
anyhow = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }
tower-lsp = { version = "0.20", features = ["proposed"] }
lsp-types = "0.97"