mehari 0.8.0

Variant effect prediction all in Rust
1
2
3
4
5
// The custom build script, needed as we use prost.

fn main() {
    prost_build::compile_protos(&["src/db/create/txs/data.proto3"], &["src/"]).unwrap();
}