[package] name = "oaktimeline" version = "0.1.0" edition = "2021" description = "Oak Video Editor timeline edit primitives (Rust)" license = "GPL-3.0-or-later" [lib] crate-type = ["staticlib", "rlib"] [dependencies] oakcore-rs = { path = "../oakcore" } oakundo = { path = "../oakundo" } oaknode = { path = "../oaknode" } oakcommon = { path = "../oakcommon" } # Error trait derive for the crate-internal error enum. thiserror = "2"