Files
nx_post_support/server/crates/features/Cargo.toml
T
2025-09-07 07:18:18 +02:00

11 lines
232 B
TOML

[package]
name = "features"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = { workspace = true }
lsp-types = { workspace = true }
analysis = { path = "../analysis" }
text = { path = "../text" }
url = { workspace = true }