| [package] | |
| name = "turbo-static" | |
| version = "0.1.0" | |
| edition = "2024" | |
| license = "MIT" | |
| [dependencies] | |
| bincode = "1.3.3" | |
| clap = { workspace = true, features = ["derive"] } | |
| ctrlc = "3.4.4" | |
| ignore = "0.4.22" | |
| itertools.workspace = true | |
| lsp-server = "0.7.6" | |
| lsp-types = "0.95.1" | |
| proc-macro2 = { workspace = true, features = ["span-locations"] } | |
| rustc-hash = { workspace = true } | |
| serde = { workspace = true, features = ["derive"] } | |
| serde_json.workspace = true | |
| serde_path_to_error = "0.1.16" | |
| syn = { version = "2", features = ["parsing", "full", "visit", "extra-traits"] } | |
| tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } | |
| tracing.workspace = true | |
| [lints] | |
| workspace = true | |