[package] name = "sourcefile" version = "0.9.8" authors = ["Noah Santschi-Cooney "] 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"