mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +01:00
bcb04196c3
This update fixes the issue with hypens and additionally makes error messages from the build script nicer. Fixes #170
6 lines
161 B
Rust
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")
|
|
}
|