core
: Make core::meta
public
This commit is contained in:
parent
c9afa95fd6
commit
956bd17ad0
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
//! Core crate of the `acrate` project.
|
//! Core crate of the `acrate` project.
|
||||||
|
|
||||||
mod schema;
|
mod schema;
|
||||||
mod meta;
|
|
||||||
|
pub mod meta;
|
||||||
|
|
Loading…
Reference in a new issue