Skip to content

Commit

Permalink
clean up manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Nov 3, 2024
1 parent a875212 commit f047721
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "1.0.1"
authors = ["Alex Crichton <[email protected]>"]
edition = "2018"
license = 'MIT/Apache-2.0'
description = 'workspace hack'
description = """
crate for integration of crates.io crates into rust-lang/rust standard library workspace
"""

repository = "https://github.com/rust-lang/rust/tree/master/src/tools/rustc-std-workspace"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
name = "rustc-std-workspace-core"
version = "1.0.1"
authors = ["Alex Crichton <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = """
Explicitly empty crate for rust-lang/rust integration
crate for integration of crates.io crates into rust-lang/rust standard library workspace
"""

repository = "https://github.com/rust-lang/rust/tree/master/src/tools/rustc-std-workspace"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
name = "rustc-std-workspace-std"
version = "1.0.1"
authors = ["Alex Crichton <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "Workaround for rustbuild"
description = """
crate for integration of crates.io crates into rust-lang/rust standard library workspace
"""

repository = "https://github.com/rust-lang/rust/tree/master/src/tools/rustc-std-workspace"

[lib]
name = "std"

0 comments on commit f047721

Please sign in to comment.