forked from AbleOS/ableos_userland
7 lines
106 B
Rust
7 lines
106 B
Rust
|
#![no_std]
|
||
|
|
||
|
pub mod random;
|
||
|
|
||
|
use versioning::Version;
|
||
|
pub const VERSION: Version = Version::new(0, 1, 1);
|