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