Create djls-dev crate and centralize Python linking build scripts (#119)

This commit is contained in:
Josh Thomas 2025-04-30 12:59:04 -05:00 committed by GitHub
parent c09d6541ba
commit 7eb9580750
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 66 additions and 132 deletions

View 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"] }