tohaya 0.1.2

Convert citation file formats to hayagriva YAML
Documentation
1
2
3
4
5
6
7
8
9
default: build
    @just serve

build:
    wasm-pack build -d web/pkg --target web --locked --release --no-default-features --features wasm

serve:
    live-server web