mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-04 18:18:14 +00:00
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
29 lines
562 B
TOML
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
|