oximedia-timecode 0.1.3

LTC and VITC timecode reading and writing for OxiMedia
Documentation
[package]
name = "oximedia-timecode"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
description = "LTC and VITC timecode reading and writing for OxiMedia"
readme = "README.md"
homepage.workspace = true
repository.workspace = true

[lints]
workspace = true

[dependencies]
oximedia-core.workspace = true
oximedia-audio.workspace = true
serde = { workspace = true }

[dev-dependencies]

[features]
default = []

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