mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-04 10:08:30 +00:00
11 lines
182 B
TOML
11 lines
182 B
TOML
[package]
|
|
name = "djls-types"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
prost = { workspace = true }
|
|
bytes = { workspace = true }
|
|
|
|
[build-dependencies]
|
|
prost-build = "0.13"
|