Skip to content

Commit 1139eb7

Browse files
authored
Add .readme to the root workspace (#575)
1 parent 56d8918 commit 1139eb7

File tree

4 files changed

+1
-203
lines changed

4 files changed

+1
-203
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
/target/
2-
/.readme/target/
32
/benches/target/
43
**/Cargo.lock
5-

.readme/Cargo.lock

-191
This file was deleted.

.readme/Cargo.toml

-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
workspace.members = ["."]
2-
31
[package]
42
name = "readme"
53
description = "rustdoc tests for toplevel README.md"
@@ -12,11 +10,3 @@ password-hash = "0.6.0-rc.0"
1210
argon2 = { path = "../argon2" }
1311
pbkdf2 = { path = "../pbkdf2", features = ["simple"] }
1412
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" }

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[workspace]
22
resolver = "2"
33
members = [
4+
".readme",
45
"argon2",
56
"balloon-hash",
67
"bcrypt-pbkdf",

0 commit comments

Comments
 (0)