gurls 0.0.2

Gear URL Shortener (GURLS)
1
2
3
4
5
use io::Contract;

fn main() {
    gear_wasm_builder::build_with_metadata::<Contract>();
}