1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00
electrs/build.rs
Martin Habovstiak bcb04196c3 Updated to configure_me 0.3.5
This update fixes the issue with hypens and additionally makes error
messages from the build script nicer.

Fixes #170
2019-09-13 18:39:39 +02:00

6 lines
161 B
Rust

extern crate configure_me_codegen;
fn main() -> Result<(), configure_me_codegen::Error> {
configure_me_codegen::build_script_with_man("config_spec.toml")
}