Skip to content

Commit

Permalink
Name the LSP binary
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Dec 31, 2024
1 parent 1e76016 commit 0c73e37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ authors = ["Sasha Koss <koss@nocorp.me>"]
license = "MIT"
repository = "https://github.com/kossnocorp/genotype"

[[bin]]
name = "gts"
path = "src/main.rs"

[dependencies]
async-lsp = { version = "0.2.1", features = ["tokio"] }
futures = "0.3.31"
Expand Down

0 comments on commit 0c73e37

Please sign in to comment.