[package] name = "lib_manipulation_archive" version = "0.2.0" edition = "2021" description = "Library for archive manipulation." rust-version = "1.59.0" authors = ["Kaio Cândido Santiago "] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "manipulation_archive" path = "src/archive.rs" [dependencies]