Add #![no_std]

This commit is contained in:
theoddgarlic 2022-08-02 10:10:09 +00:00
parent 34ac6c711e
commit 5be98e581d

View file

@ -8,6 +8,7 @@
//! ```text //! ```text
//! RUSTFLAGS='--cfg=ableOS' cargo build --target=wasm32-unknown-unknown //! RUSTFLAGS='--cfg=ableOS' cargo build --target=wasm32-unknown-unknown
//! ``` //! ```
#![no_std]
#[macro_use] #[macro_use]
pub mod logger; pub mod logger;