PVF: Add missing crate descriptions (#7587)

This commit is contained in:
Marcin S
2023-08-08 09:51:40 -04:00
committed by GitHub
parent 0f90a667bd
commit ffb742310f
10 changed files with 12 additions and 2 deletions
@@ -1,5 +1,6 @@
[package]
name = "polkadot-node-core-pvf-execute-worker"
description = "Polkadot crate that contains the logic for executing PVFs. Used by the polkadot-execute-worker binary."
version.workspace = true
authors.workspace = true
edition.workspace = true
@@ -14,6 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
//! Contains the logic for executing PVFs. Used by the polkadot-execute-worker binary.
pub use polkadot_node_core_pvf_common::executor_intf::Executor;
// NOTE: Initializing logging in e.g. tests will not have an effect in the workers, as they are