mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-07-20 01:35:29 +00:00
23 lines
No EOL
408 B
TOML
23 lines
No EOL
408 B
TOML
[package]
|
|
name = "sourcefile"
|
|
version = "0.9.8"
|
|
authors = ["Noah Santschi-Cooney <noah@santschi-cooney.ch>"]
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
|
|
tower-lsp = "0.17"
|
|
tokio = { version = "1.18", features = ["fs"]}
|
|
|
|
logging = { path = "../logging" }
|
|
filesystem = { path = "../filesystem" }
|
|
|
|
tree-sitter = "0.20"
|
|
tree-sitter-glsl = "0.1"
|
|
|
|
[dev-dependencies]
|
|
trim-margin = "0.1" |