Skip to content

Commit 0c9dc72

Browse files
rename ast crate
1 parent 3af91d4 commit 0c9dc72

25 files changed

+3
-3
lines changed

.github/workflows/release.yml

Whitespace-only changes.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ resolver = "2"
44

55
[workspace.dependencies]
66
djls = { path = "crates/djls" }
7-
djls-ast = { path = "crates/djls-ast" }
87
djls-django = { path = "crates/djls-django" }
98
djls-ipc = { path = "crates/djls-ipc" }
109
djls-python = { path = "crates/djls-python" }
1110
djls-server = { path = "crates/djls-server" }
11+
djls-template-ast = { path = "crates/djls-template-ast" }
1212
djls-worker = { path = "crates/djls-worker" }
1313

1414
anyhow = "1.0"

crates/djls-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
djls-ast = { workspace = true }
87
djls-django = { workspace = true }
98
djls-ipc = { workspace = true }
109
djls-python = { workspace = true }
10+
djls-template-ast = { workspace = true }
1111
djls-worker = { workspace = true }
1212

1313
anyhow = { workspace = true }

crates/djls-ast/Cargo.toml renamed to crates/djls-template-ast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "djls-ast"
2+
name = "djls-template-ast"
33
version = "0.0.0"
44
edition = "2021"
55

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)