Skip to content

Commit

Permalink
Add cargo-tom extension (#1316)
Browse files Browse the repository at this point in the history
this is a language server that suggests features, versions & crates in
the cargo.toml file. it has an offline&online mode. when the offline
mode is downloading/reading the data it defaults to the crates.io/v1 api
& the requests are cached.

---------

Co-authored-by: Marshall Bowers <[email protected]>
  • Loading branch information
frederik-uni and maxdeviant committed Aug 30, 2024
1 parent 8982c55 commit 2b86d99
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@
path = extensions/capnp
url = https://github.com/cmackenzie1/zed-capnp.git

[submodule "extensions/cargo-tom"]
path = extensions/cargo-tom
url = https://github.com/frederik-uni/zed-cargotom.git

[submodule "extensions/catbox"]
path = extensions/catbox
url = https://github.com/adibhanna/catbox.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ version = "0.1.1"
submodule = "extensions/capnp"
version = "0.0.1"

[cargo-tom]
submodule = "extensions/cargo-tom"
version = "0.4.1"

[catbox]
submodule = "extensions/catbox"
version = "0.0.1"
Expand Down
1 change: 1 addition & 0 deletions extensions/cargo-tom
Submodule cargo-tom added at 6fe09c

0 comments on commit 2b86d99

Please sign in to comment.