subrepo: subdir: "apps/aquatic" merged: "b139e39f" upstream: origin: "https://github.com/greatest-ape/aquatic" branch: "master" commit: "b139e39f" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
8 lines
130 B
Rust
8 lines
130 B
Rust
pub mod common;
|
|
pub mod request;
|
|
pub mod response;
|
|
|
|
pub use self::common::*;
|
|
pub use self::request::*;
|
|
pub use self::response::*;
|