1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00
electrs/build.rs
Martin Habovstiak 5ac315ff3c Update configure_me as well as other packages
* This should resolve #180, not sure (couldn't get past rocksdb on 1.34)
* Uses new, cleaner way of specifying `config_spec.toml`
2019-10-18 17:14:53 +02:00

6 lines
139 B
Rust

extern crate configure_me_codegen;
fn main() -> Result<(), configure_me_codegen::Error> {
configure_me_codegen::build_script_auto()
}