Ensure wasm library builds correctly

This commit is contained in:
Tobie Morgan Hitchcock 2022-01-13 17:53:30 +00:00
parent 87e1b38f02
commit db9960fcbe

View file

@ -1,6 +1,9 @@
#[macro_use] #[macro_use]
extern crate log; extern crate log;
#[macro_use]
mod mac;
mod cnf; mod cnf;
mod ctx; mod ctx;
mod dbs; mod dbs;