From 6d496140fd26b9756d696e42c8288a7426bcebd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 16 Jan 2021 09:30:26 +0000 Subject: [PATCH] add descriptions --- Cargo.toml | 1 + README.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 955a305..959e72d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" authors = ["Cyryl PÅ‚otnicki "] edition = "2018" license = "AGPL-3.0" +description = "modern and simple, yet efficient backup solution" [dependencies] anyhow = "1.0" diff --git a/README.md b/README.md index babb9c9..0588ccf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Bakare: modern and simple, yet efficient backup solution +## This is pre-alpha, contributions welcome + +It does not even have a standalone binary yet, but the engine looks promising. +Contributions are welcome :) + ## Goals for bakare: - [x] simple deduplication of file data - don't store the same exact file data twice