mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-07-09 21:54:59 +00:00
rename ast crate
This commit is contained in:
parent
3af91d404c
commit
0c9dc72daf
25 changed files with 3 additions and 3 deletions
|
@ -4,10 +4,10 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
djls-ast = { workspace = true }
|
||||
djls-django = { workspace = true }
|
||||
djls-ipc = { workspace = true }
|
||||
djls-python = { workspace = true }
|
||||
djls-template-ast = { workspace = true }
|
||||
djls-worker = { workspace = true }
|
||||
|
||||
anyhow = { workspace = true }
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "djls-ast"
|
||||
name = "djls-template-ast"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue