Skip to content

Commit a73e912

Browse files
swap from IPC architecture to PyO3 library (#45)
1 parent df30aaf commit a73e912

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+136
-2224
lines changed

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,14 @@ resolver = "2"
44

55
[workspace.dependencies]
66
djls = { path = "crates/djls" }
7-
djls-django = { path = "crates/djls-django" }
8-
djls-ipc = { path = "crates/djls-ipc" }
9-
djls-python = { path = "crates/djls-python" }
107
djls-server = { path = "crates/djls-server" }
118
djls-template-ast = { path = "crates/djls-template-ast" }
129
djls-worker = { path = "crates/djls-worker" }
1310

1411
anyhow = "1.0"
1512
async-trait = "0.1"
16-
prost = "0.13"
17-
bytes = "1.9"
13+
pyo3 = "0.23"
14+
pyo3-async-runtimes = "0.23"
1815
serde = { version = "1.0", features = ["derive"] }
1916
serde_json = "1.0"
2017
thiserror = "2.0"

crates/djls-django/Cargo.toml

Lines changed: 0 additions & 12 deletions
This file was deleted.

crates/djls-django/src/apps.rs

Lines changed: 0 additions & 46 deletions
This file was deleted.

crates/djls-django/src/django.rs

Lines changed: 0 additions & 97 deletions
This file was deleted.

crates/djls-django/src/lib.rs

Lines changed: 0 additions & 5 deletions
This file was deleted.

crates/djls-django/src/templates.rs

Lines changed: 0 additions & 63 deletions
This file was deleted.

crates/djls-ipc/Cargo.toml

Lines changed: 0 additions & 19 deletions
This file was deleted.

crates/djls-ipc/build.rs

Lines changed: 0 additions & 38 deletions
This file was deleted.

crates/djls-ipc/src/commands.rs

Lines changed: 0 additions & 78 deletions
This file was deleted.

crates/djls-ipc/src/lib.rs

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)