add descriptions
This commit is contained in:
parent
79c4edd787
commit
6d496140fd
2 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
||||||
authors = ["Cyryl Płotnicki <cyplo@cyplo.dev>"]
|
authors = ["Cyryl Płotnicki <cyplo@cyplo.dev>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
|
description = "modern and simple, yet efficient backup solution"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
# Bakare: modern and simple, yet efficient backup solution
|
# 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:
|
## Goals for bakare:
|
||||||
|
|
||||||
- [x] simple deduplication of file data - don't store the same exact file data twice
|
- [x] simple deduplication of file data - don't store the same exact file data twice
|
||||||
|
|
Loading…
Reference in a new issue