We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26905f2 commit 7b7fa1aCopy full SHA for 7b7fa1a
src/cargo/util/toml/mod.rs
@@ -2096,6 +2096,7 @@ pub struct TomlWorkspaceDependency {
2096
default_features2: Option<bool>,
2097
optional: Option<bool>,
2098
public: Option<bool>,
2099
+
2100
/// This is here to provide a way to see the "unused manifest keys" when deserializing
2101
#[serde(skip_serializing)]
2102
#[serde(flatten)]
@@ -2321,6 +2322,7 @@ pub struct DetailedTomlDependency<P: Clone = String> {
2321
2322
lib: Option<bool>,
2323
/// A platform name, like `x86_64-apple-darwin`
2324
target: Option<String>,
2325
2326
2327
2328
0 commit comments