Skip to content

Commit

Permalink
Plugins: Move example to root directory.
Browse files Browse the repository at this point in the history
Example shouldn't be tracked while building Chipmunk and they should be
visible on the top level of the repo.
  • Loading branch information
AmmarAbouZor committed Jan 24, 2025
1 parent 2434293 commit 869df7e
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions plugin_examples/file_source/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/target
**/*.rs.bk
*.out
lineMetadata.json
vim-markdown-preview.html
.DS_Store
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "An example of a Chipmunk bytesource plugin that reads byte data f

[dependencies]
# TODO AAZ: Use lib from crates.io once the crate is published
plugins_api = {path = "../../plugins_api", features = ["bytesource"]}
plugins_api = {path = "../../application/apps/indexer/plugins_api", features = ["bytesource"]}

[lib]
crate-type = ["cdylib"]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions plugin_examples/string_parser/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/target
**/*.rs.bk
*.out
lineMetadata.json
vim-markdown-preview.html
.DS_Store
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "An example of a Chipmunk parser that parses the bytes into valid

[dependencies]
# TODO AAZ: Use lib from crates.io once the crate is published
plugins_api = {path = "../../plugins_api", features = ["parser"]}
plugins_api = {path = "../../application/apps/indexer/plugins_host", features = ["parser"]}
memchr = "2.7"

[lib]
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 869df7e

Please sign in to comment.