Skip to content

Commit 6592598

Browse files
committed
Add empty workspace declaration
1 parent b4a2bad commit 6592598

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ exclude = ["utils/*", ".*", "appveyor.yml"]
1414
travis-ci = { repository = "rust-random/getrandom" }
1515
appveyor = { repository = "rust-random/getrandom" }
1616

17+
[workspace]
18+
members = [
19+
]
20+
1721
[dependencies]
1822
log = { version = "0.4", optional = true }
1923
cfg-if = "0.1"

0 commit comments

Comments
 (0)