Skip to content

Commit 27a345b

Browse files
committed
Give Cargo it's own workspace
We'll need this for integration upstream with rustc
1 parent 3bc8865 commit 27a345b

File tree

2 files changed

+48
-46
lines changed

2 files changed

+48
-46
lines changed

Cargo.lock

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ description = """
1212
Cargo, a package manager for Rust.
1313
"""
1414

15+
[workspace]
16+
1517
[lib]
1618
name = "cargo"
1719
path = "src/cargo/lib.rs"

0 commit comments

Comments
 (0)