mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-04 01:58:18 +00:00
Some checks failed
release / windows (map[runner:windows-latest target:x86]) (push) Waiting to run
release / macos (map[runner:macos-13 target:x86_64]) (push) Waiting to run
release / macos (map[runner:macos-14 target:aarch64]) (push) Waiting to run
release / sdist (push) Waiting to run
release / release (push) Blocked by required conditions
release / windows (map[runner:windows-latest target:x64]) (push) Waiting to run
test / test (macos-latest) (push) Waiting to run
test / test (ubuntu-latest) (push) Waiting to run
test / test (windows-latest) (push) Waiting to run
release / linux (map[runner:ubuntu-22.04 target:aarch64]) (push) Failing after 4s
release / linux (map[runner:ubuntu-22.04 target:armv7]) (push) Failing after 2s
release / linux (map[runner:ubuntu-22.04 target:ppc64le]) (push) Failing after 3s
release / linux (map[runner:ubuntu-22.04 target:s390x]) (push) Failing after 2s
release / linux (map[runner:ubuntu-22.04 target:x86]) (push) Failing after 2s
release / linux (map[runner:ubuntu-22.04 target:x86_64]) (push) Failing after 3s
release / musllinux (map[runner:ubuntu-22.04 target:aarch64]) (push) Failing after 2s
release / musllinux (map[runner:ubuntu-22.04 target:armv7]) (push) Failing after 2s
release / musllinux (map[runner:ubuntu-22.04 target:x86]) (push) Failing after 3s
release / musllinux (map[runner:ubuntu-22.04 target:x86_64]) (push) Failing after 2s
20 lines
500 B
TOML
20 lines
500 B
TOML
[package]
|
|
name = "djls"
|
|
version = "5.1.0-alpha.2"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "djls"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
djls-server = { workspace = true }
|
|
|
|
anyhow = { workspace = true }
|
|
pyo3 = { workspace = true, features = ["extension-module"] }
|
|
pyo3-async-runtimes = { workspace = true, features = ["tokio-runtime"] }
|
|
serde_json = { workspace = true }
|
|
tokio = { workspace = true }
|
|
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
tower-lsp = { version = "0.20", features = ["proposed"] }
|