edar 1.1.1

A tool to extract metadata from an audio file
Documentation
1
2
3
4
5
6
7
8
image: darrkenn/cythe-rust:latest
steps:
  - name: Checkout repo
    use: cythe-checkout
  - name: Test
    run: cargo test -q
  - name: Publish
    run: cargo publish --token ${CRATES_IO_TOKEN} --allow-dirty