chitralverma commented on PR #6877:
URL: https://github.com/apache/opendal/pull/6877#issuecomment-3625510442

   @Xuanwo i started this PR as a simple formatting task but I see that as part 
of the crate splitting task, there is a lot of duplicate stuff in the tomls.
   
   I suggest the following,
   - Common package metadata should be inherited from the `core` workspace
   ```
   [package]
   name = "..." # crate specific
   description = "..." # crate specific
   keywords = [] # crate specific or may not ??
   readme = "README.md" # crate specific
   
   authors = { workspace = true } # since these are all common to opendal
   edition = { workspace = true }
   homepage = { workspace = true }
   license = { workspace = true }
   repository = { workspace = true }
   rust-version = { workspace = true }
   version = { workspace = true } # since these are release together anyways
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to