Skip to content

Commit

Permalink
feat(struct): import ctags from ptags
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 20, 2021
1 parent 5b5e599 commit 4e6627f
Show file tree
Hide file tree
Showing 6 changed files with 595 additions and 6 deletions.
142 changes: 141 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions _fixtures/ctags/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
func main() {

}
7 changes: 7 additions & 0 deletions plugins/coco_struct_analysis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
nix = "0.19"
tempfile = "3"
failure = "0.1"
serde = "1"
serde_derive = "1"
structopt = "0.3"
structopt-toml = "0.4"

[dependencies.core_model]
path = "../../core_model"
Expand Down
Loading

0 comments on commit 4e6627f

Please sign in to comment.