Add build.rs to rebuild plugins, and a test plugin

This commit is contained in:
Isaac Clayton 2022-06-10 18:41:43 +02:00
parent 5b40734f80
commit 8aef8ab259
8 changed files with 163 additions and 11 deletions

View file

@ -11,3 +11,4 @@ anyhow = { version = "1.0", features = ["std"] }
serde = "1.0"
serde_json = "1.0"
bincode = "1.3"
pollster = "0.2.5"