doby v0.2.0

This commit is contained in:
Matéo Duparc 2021-08-31 13:17:42 +02:00
parent 1f2e860a6f
commit 9521528980
Signed by: hardcoresushi
GPG Key ID: 007F84120107191E
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -210,7 +210,7 @@ dependencies = [
[[package]]
name = "doby"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"aes",
"argon2",

View File

@ -1,6 +1,6 @@
[package]
name = "doby"
version = "0.1.0"
version = "0.2.0"
edition = "2018"
authors = ["Hardcore Sushi <hardcore.sushi@disroot.org>"]
license = "GPL-3.0-or-later"

View File

@ -114,7 +114,7 @@ You should verify commits before building the binary. Follow the steps in [Insta
git clone --depth=1 https://forge.chapril.org/hardcoresushi/doby.git
cd doby
git verify-commit HEAD #you need to import my PGP key to verify the commit signature
cargo build --release #outputs to ./target/release/doby
cargo build --release --bin doby #outputs to ./target/release/doby
```
# Cryptographic details