aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..e211af7
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,14 @@
1[package]
2name = "archivator"
3version = "0.0.0"
4authors = ["Igor Tolmachev <me@igorek.dev>"]
5edition = "2021"
6description = "Universal archive library for all popular formats"
7readme = "README.md"
8repository = "https://codeberg.org/igorechek06/archivator"
9license = "LGPL-3.0-only"
10keywords = ["archivator", "7zip", "zip", "tar", "rar"]
11categories = ["compression", "filesystem"]
12exclude = [".vscode/"]
13
14[dependencies]