Update manifest

This commit is contained in:
Olivier 'reivilibre' 2021-06-16 18:42:57 +01:00
parent 78126c2f54
commit 05e158595e
2 changed files with 9 additions and 4 deletions

2
Cargo.lock generated
View File

@ -276,7 +276,7 @@ dependencies = [
[[package]] [[package]]
name = "datman" name = "datman"
version = "0.0.0" version = "0.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arc-interner", "arc-interner",

View File

@ -1,8 +1,12 @@
[package] [package]
name = "datman" name = "datman"
version = "0.0.0" version = "0.1.0"
authors = ["Olivier 'reivilibre' <olivier@librepush.net>"] authors = ["Olivier 'reivilibre' <olivier@librepush.net>"]
edition = "2018" edition = "2018"
repository = "https://bics.ga/reivilibre/yama"
license = "GPL-3.0-or-later"
description = "A chunked and deduplicated backup system using Yama"
# 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
@ -22,6 +26,7 @@ byteorder = "1"
termion = "1.5.6" termion = "1.5.6"
glob = "0.3.0" glob = "0.3.0"
humansize = "1.1.1" humansize = "1.1.1"
yama = { path = "../yama" }
chrono = "0.4.19" chrono = "0.4.19"
itertools = "0.10.1" itertools = "0.10.1"
yama = { path = "../yama", version = "0.4.0" }