Skip to content

Commit

Permalink
service: add coco feature in Cargo.toml
Browse files Browse the repository at this point in the history
Add feature coco to Cargo.toml, so that confidential containers
can apply this feature to use nydus to download images.

Signed-off-by: taohong <[email protected]>
  • Loading branch information
taoohong committed Apr 7, 2023
1 parent 902fd71 commit 53f3c76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ virtiofs = [

block-device = [ "dbs-allocator", "tokio/fs"]
block-nbd = ["block-device", "bytes"]

coco = [
"fuse-backend-rs/fusedev",
"nydus-storage/backend-registry",
]

0 comments on commit 53f3c76

Please sign in to comment.