12 lines
142 B
Rust
Raw Normal View History

2021-07-21 15:43:05 +08:00
pub mod dart;
pub mod entities;
mod protobuf;
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}