doby v0.2.0
This commit is contained in:
parent
1f2e860a6f
commit
9521528980
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -210,7 +210,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "doby"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"argon2",
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user