timecode 0.2.3

library to manipulate timecode
Documentation
[package]
name = "timecode"
version = "0.2.3"
authors = ["Marc-Antoine Arnaud <maarnaud@media-io.com"]
description = """
library to manipulate timecode
"""

repository = "https://github.com/MarcAntoine-Arnaud/rs_timecode"
documentation = "https://docs.rs/timecode"
readme = "README.md"
categories = ["encoding"]
keywords = ["timecode", "SMPTE"]
license = "MIT"
edition = "2018"

[dependencies]
serde = "^1.0"
serde_derive = "^1.0"
nalgebra = "0.16.8"
alga = "0.7.2"