File tree 4 files changed +1
-203
lines changed
4 files changed +1
-203
lines changed Original file line number Diff line number Diff line change 1
1
/target /
2
- /.readme /target /
3
2
/benches /target /
4
3
** /Cargo.lock
5
-
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- workspace.members = [" ." ]
2
-
3
1
[package ]
4
2
name = " readme"
5
3
description = " rustdoc tests for toplevel README.md"
@@ -12,11 +10,3 @@ password-hash = "0.6.0-rc.0"
12
10
argon2 = { path = " ../argon2" }
13
11
pbkdf2 = { path = " ../pbkdf2" , features = [" simple" ] }
14
12
scrypt = { path = " ../scrypt" }
15
-
16
- [patch .crates-io ]
17
- password-hash = { git = " https://github.com/RustCrypto/traits.git" }
18
-
19
- blake2 = { git = " https://github.com/RustCrypto/hashes.git" }
20
- sha2 = { git = " https://github.com/RustCrypto/hashes.git" }
21
-
22
- hmac = { git = " https://github.com/RustCrypto/MACs.git" }
Original file line number Diff line number Diff line change 1
1
[workspace ]
2
2
resolver = " 2"
3
3
members = [
4
+ " .readme" ,
4
5
" argon2" ,
5
6
" balloon-hash" ,
6
7
" bcrypt-pbkdf" ,
You can’t perform that action at this time.
0 commit comments