mirror of
https://github.com/romanz/electrs.git
synced 2025-02-23 14:50:45 +01:00
* This should resolve #180, not sure (couldn't get past rocksdb on 1.34) * Uses new, cleaner way of specifying `config_spec.toml`
5 lines
139 B
Rust
5 lines
139 B
Rust
extern crate configure_me_codegen;
|
|
|
|
fn main() -> Result<(), configure_me_codegen::Error> {
|
|
configure_me_codegen::build_script_auto()
|
|
}
|