-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #569 from joshtriplett/workspace
Clean up Cargo.toml files and use workspace inheritance
- Loading branch information
Showing
6 changed files
with
11 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
[package] | ||
name = "toml" | ||
version = "0.7.4" | ||
readme = "README.md" | ||
keywords = ["encoding", "toml"] | ||
categories = ["encoding", "parser-implementations", "parsing", "config"] | ||
description = """ | ||
|
@@ -10,9 +9,8 @@ implementations of the standard Serialize/Deserialize traits for TOML data to | |
facilitate deserializing and serializing Rust structures. | ||
""" | ||
authors = ["Alex Crichton <[email protected]>"] | ||
repository = "https://github.com/toml-rs/toml" | ||
homepage = "https://github.com/toml-rs/toml" | ||
documentation = "https://docs.rs/toml" | ||
repository.workspace = true | ||
homepage.workspace = true | ||
license.workspace = true | ||
edition.workspace = true | ||
rust-version.workspace = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
[package] | ||
name = "toml_datetime" | ||
version = "0.6.2" | ||
readme = "README.md" | ||
keywords = ["encoding", "toml"] | ||
categories = ["encoding", "parser-implementations", "parsing", "config"] | ||
description = "A TOML-compatible datetime type" | ||
authors = ["Alex Crichton <[email protected]>"] | ||
repository = "https://github.com/toml-rs/toml" | ||
homepage = "https://github.com/toml-rs/toml" | ||
documentation = "https://docs.rs/toml_datetime" | ||
repository.workspace = true | ||
homepage.workspace = true | ||
license.workspace = true | ||
edition.workspace = true | ||
rust-version.workspace = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
[package] | ||
name = "toml_edit" | ||
version = "0.19.10" | ||
readme = "README.md" | ||
keywords = ["encoding", "toml"] | ||
categories = ["encoding", "parser-implementations", "parsing", "config"] | ||
description = "Yet another format-preserving TOML parser." | ||
authors = ["Andronik Ordian <[email protected]>", "Ed Page <[email protected]>"] | ||
repository = "https://github.com/toml-rs/toml" | ||
documentation = "https://docs.rs/toml_edit" | ||
repository.workspace = true | ||
license.workspace = true | ||
edition.workspace = true | ||
rust-version.workspace = true | ||
|