#![feature(register_tool)] #![register_tool(tarpaulin)] pub mod character; pub mod dice; pub mod inventory; #[tarpaulin::skip] fn main() {}