Expand description
Access to all of the dependencies of this crate. In case the prelude re-exports are not enough, this module can be used.
Note: Before using these direct dependencies, please check if the item you need is available through the preludes or domain-specific modules, as they provide a more organized and maintainable way to access these dependencies.
Re-exports§
pub use frame_support;
pub use frame_system;
pub use sp_arithmetic;
pub use sp_core;
pub use sp_io;
pub use sp_runtime;
pub use codec;
pub use scale_info;
pub use frame_executive;
pub use sp_api;
pub use sp_block_builder;
pub use sp_consensus_aura;
pub use sp_consensus_grandpa;
pub use sp_genesis_builder;
pub use sp_inherents;
pub use sp_keyring;
pub use sp_offchain;
pub use sp_storage;
pub use sp_version;
pub use frame_benchmarking;
pub use frame_system_benchmarking;
pub use frame_try_runtime;