Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDH| Reorganize the sub-crates into module #811

Closed
Xynnn007 opened this issue Nov 20, 2024 · 1 comment
Closed

CDH| Reorganize the sub-crates into module #811

Xynnn007 opened this issue Nov 20, 2024 · 1 comment
Assignees

Comments

@Xynnn007
Copy link
Member

Xynnn007 commented Nov 20, 2024

Due to #419 from @ChengyuZhu6 , we have a plan to publish some crates of guest-components to crates.io. But now we have the following crates

members = [
    "api-server-rest",
    "attestation-agent/app",
    "attestation-agent/lib",
    "attestation-agent/kbc",
    "attestation-agent/kbs_protocol",
    "attestation-agent/attester",
    "attestation-agent/deps/resource_uri",
    "attestation-agent/deps/crypto",
    "attestation-agent/deps/sev",
    "attestation-agent/coco_keyprovider",
    "attestation-agent/test-binaries",
    "confidential-data-hub/hub",
    "confidential-data-hub/kms",
    "confidential-data-hub/image",
    "confidential-data-hub/secret",
    "confidential-data-hub/storage",
    "image-rs",
    "ocicrypt-rs",
]

Some of them might have too universal name like image, and thus cause naming clash when cargo audit.

Due to suggestion from @mkulke , we are hoping to making some crates into modules.

cc @fitzthum @mythi

@Xynnn007 Xynnn007 self-assigned this Nov 20, 2024
@mkulke
Copy link
Contributor

mkulke commented Nov 20, 2024

edit, there's also docs + some golang code in ./hub, so I think we can leave it at this.

@mkulke mkulke closed this as completed Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants