[package] name = "mp4-merge" version = "0.1.10" edition = "2021" authors = ["Adrian "] license = "MIT OR Apache-2.0" description = "A tool and library to losslessly join multiple .mp4 files shot with same camera and settings" repository = "https://github.com/gyroflow/mp4-merge" readme = "README.md" [dependencies] byteorder = "1.5.0" log = "0.4" filetime_creation = "0.2" [lib] name = "mp4_merge" path = "src/lib.rs" [[bin]] name = "mp4_merge" path = "src/bin.rs"