mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-24 01:18:56 +00:00
12 lines
142 B
Rust
12 lines
142 B
Rust
![]() |
pub mod dart;
|
||
|
pub mod entities;
|
||
|
mod protobuf;
|
||
|
|
||
|
#[cfg(test)]
|
||
|
mod tests {
|
||
|
#[test]
|
||
|
fn it_works() {
|
||
|
assert_eq!(2 + 2, 4);
|
||
|
}
|
||
|
}
|