diff --git a/plugin.toml b/plugin.toml new file mode 100644 index 0000000..1248870 --- /dev/null +++ b/plugin.toml @@ -0,0 +1,14 @@ +[meta] +plugin_metadata_version = 0 + +[[plugins]] +name = "TypeTapper" +shortname = "typetapper" +version = "0.0.0" +description = "" +long_description = "" +platforms = ["windows", "linux", "macos"] +min_angr_version = "9.0.0.0" +author = "rhelmot" +entrypoints = ["typetapper"] +require_workspace = true