mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-04 10:08:30 +00:00
20 lines
500 B
TOML
20 lines
500 B
TOML
[package]
|
|
name = "djls"
|
|
version = "5.1.0-alpha.0"
|
|
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"] }
|