diff --git a/ceno_host/Cargo.toml b/ceno_host/Cargo.toml index b9fc3f676..7f8a77f27 100644 --- a/ceno_host/Cargo.toml +++ b/ceno_host/Cargo.toml @@ -1,7 +1,12 @@ [package] +categories.workspace = true +description = "Prototype for guest programme support, host side" edition.workspace = true +keywords.workspace = true license.workspace = true name = "ceno_host" +readme.workspace = true +repository.workspace = true version.workspace = true [dependencies]