Add a bundler module for parsing exported symbols

We can use this to detect which plugin formats are supported by a
plugin. Otherwise the bundler would be very awkward to use when
supporting multiple formats.
This commit is contained in:
Robbert van der Helm
2022-02-26 19:58:30 +01:00
parent fefc2de9ba
commit d39ebb5b51
4 changed files with 72 additions and 0 deletions

View File

@@ -7,5 +7,6 @@ license = "ISC"
[dependencies]
anyhow = "1.0"
goblin = "0.5"
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"