-
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.
Inherit
package.repository
from the workspace
- Loading branch information
1 parent
2d4efaa
commit c506198
Showing
6 changed files
with
6 additions
and
5 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ 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" | ||
repository.workspace = true | ||
homepage = "https://github.com/toml-rs/toml" | ||
license.workspace = true | ||
edition.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 |
---|---|---|
|
@@ -5,7 +5,7 @@ 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" | ||
repository.workspace = true | ||
homepage = "https://github.com/toml-rs/toml" | ||
license.workspace = true | ||
edition.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 |
---|---|---|
|
@@ -5,7 +5,7 @@ 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" | ||
repository.workspace = true | ||
license.workspace = true | ||
edition.workspace = true | ||
rust-version.workspace = true | ||
|