mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 23:51:05 +00:00
PVF: Add missing crate descriptions (#7587)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[package]
|
||||
name = "polkadot-node-core-pvf-common"
|
||||
description = "Polkadot crate that contains functionality related to PVFs that is shared by the PVF host and the PVF workers."
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
//! Functionality that is shared by the host and the workers.
|
||||
//! Contains functionality related to PVFs that is shared by the PVF host and the PVF workers.
|
||||
|
||||
pub mod error;
|
||||
pub mod execute;
|
||||
|
||||
Reference in New Issue
Block a user