1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-23 14:50:45 +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

5 lines
139 B
Rust

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