mxf 0.1.2

Library to read/write following SMPTE 377M (MXF) standard.
Documentation
[package]
name = "mxf"
version = "0.1.2"
authors = ["Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com>"]
description = """
Library to read/write following SMPTE 377M (MXF) standard.
"""
license = "MIT"
repository = "https://github.com/media-io/rs_mxf"
documentation = "https://docs.rs/mxf"

[dependencies]
byteorder = "1.0.0"

[lib]
name = "mxf"
crate-type = ["rlib", "dylib"]