Add the following code to your project's shard.yml under:
dependencies
to use in production
- OR -
development_dependencies
to use in development
libtaglib binding
Add this to your application's shard.yml
:
dependencies:
taglib:
github: mjago/taglib.cr
require "taglib"
TODO: Write usage instructions here
TODO: Write development instructions here