bigbed 0.1.0

A crate for dealing with BigBed files.
Documentation
[package]
name = "bigbed"
version = "0.1.0"
authors = ["William Owens <wowens@ufl.edu>"]
edition = "2018"
license = "GPL-3.0"
description = """
A crate for dealing with BigBed files.
"""

[dependencies]
flate2 = "1.0.13"

[lib]
name = "bigbed"
path = "src/lib.rs"

[[bin]]
name = "rbb"
path = "src/bin.rs"