[package] name = "goxoy-tar-archive" version = "0.1.3" edition = "2021" authors = ["Omer GOKSOY "] description = "Goxoy File Storage Library" license = "MIT" keywords = ["tar","tar-archive"] repository = "https://github.com/Goxoy/goxoy-tar-archive" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tar = "0.4.40"