1
Fork 0

core: Attach core::schema

This commit is contained in:
Steffo 2024-11-15 01:49:26 +01:00
parent ad2383c56b
commit c09edc9b08
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -1,5 +1,6 @@
//! Core crate of the `acrate` project.
mod schema;
mod meta;
pub use acrate_nodeinfo as nodeinfo;