1 2 3 4 5
fn main() { eprintln!("gl-client cannot currently be published, please use the git dependency instead"); eprintln!("\tvls-core = {{ git=\"https://gitlab.com/Blockstream/greenlight\", branch=\"main\" }}"); panic!("Cannot continue"); }