django-language-server/crates/djls-server/Cargo.toml
Josh Thomas c29b268326
Some checks are pending
lint / rustfmt (push) Waiting to run
lint / clippy (push) Waiting to run
lint / cargo-check (push) Waiting to run
lint / pre-commit (push) Waiting to run
release / build (push) Waiting to run
release / test (push) Waiting to run
release / release (push) Blocked by required conditions
test / generate-matrix (push) Waiting to run
test / Python , Django () (push) Blocked by required conditions
test / tests (push) Blocked by required conditions
zizmor 🌈 / zizmor latest via PyPI (push) Waiting to run
Integrate Salsa into document tracking for server (#148)
2025-05-15 01:35:49 -05:00

29 lines
562 B
TOML

[package]
name = "djls-server"
version = "0.1.0"
edition = "2021"
[features]
extension-module = []
default = []
[dependencies]
djls-conf = { workspace = true }
djls-project = { workspace = true }
djls-templates = { workspace = true }
anyhow = { workspace = true }
pyo3 = { workspace = true }
salsa = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }
tower-lsp-server = { workspace = true }
percent-encoding = "2.3"
[build-dependencies]
djls-dev = { workspace = true }
[lints]
workspace = true