mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-04 01:58:18 +00:00
Create djls-dev crate and centralize Python linking build scripts (#119)
This commit is contained in:
parent
c09d6541ba
commit
7eb9580750
11 changed files with 66 additions and 132 deletions
8
crates/djls-dev/Cargo.toml
Normal file
8
crates/djls-dev/Cargo.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "djls-dev"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
pyo3-build-config = { workspace = true, features = ["resolve-config"] }
|
Loading…
Add table
Add a link
Reference in a new issue