Post AWxZzWu1mH6URF3680 by mgorny@fosstodon.org
 (DIR) More posts by mgorny@fosstodon.org
 (DIR) Post #AWxZzWu1mH6URF3680 by mgorny@fosstodon.org
       2023-06-22T19:17:08Z
       
       1 likes, 0 repeats
       
       #Cargo permits inheriting package metadata from workspaces. In order to do that, you specify the respective metadata key "foo" as "foo.workspace = true".What they basically have done is change the spec for "foo" from a string to "either a string, or a table with a single 'workspace = true' key". Makes sense, right?#RustLang #TOML