//! Meta crate reexporting all artifacts types.
#![cfg_attr(not(test),warn(unused_crate_dependencies))]#![cfg_attr(docsrs,feature(doc_cfg))]pubuse foundry_compilers_artifacts_solc as solc;pubuse foundry_compilers_artifacts_vyper as vyper;pubusesolc::*;