From 91cd1392e30e03f017905b6e75065d9ada4ee122 Mon Sep 17 00:00:00 2001 From: Игорь Толмачёв Date: Thu, 3 Aug 2023 07:17:06 +0000 Subject: Initial commit --- Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..e211af7 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "archivator" +version = "0.0.0" +authors = ["Igor Tolmachev "] +edition = "2021" +description = "Universal archive library for all popular formats" +readme = "README.md" +repository = "https://codeberg.org/igorechek06/archivator" +license = "LGPL-3.0-only" +keywords = ["archivator", "7zip", "zip", "tar", "rar"] +categories = ["compression", "filesystem"] +exclude = [".vscode/"] + +[dependencies] -- cgit v1.2.3