|
|
@ -3,15 +3,13 @@ name = "universal-archiver"
|
|
|
|
description = "A tool to unpack archives without having to specify the archive type."
|
|
|
|
description = "A tool to unpack archives without having to specify the archive type."
|
|
|
|
repository = "https://github.com/Trivernis/universal-archiver.git"
|
|
|
|
repository = "https://github.com/Trivernis/universal-archiver.git"
|
|
|
|
authors = ["Trivernis <trivernis@pm.me>"]
|
|
|
|
authors = ["Trivernis <trivernis@pm.me>"]
|
|
|
|
version = "0.1.0"
|
|
|
|
version = "0.1.1"
|
|
|
|
edition = "2021"
|
|
|
|
edition = "2021"
|
|
|
|
keywords = ["compression", "extract-archive", "archiver", "cli"]
|
|
|
|
keywords = ["compression", "extract-archive", "archiver", "cli"]
|
|
|
|
license = "MIT"
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
|
|
|
|
name = "universal-archiver"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0.57"
|
|
|
|
anyhow = "1.0.57"
|
|
|
|