gl-client 0.0.1

Rust client library for the Greenlight service
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");
}