Create labadoor-auth
, for wrapping storage backends
This commit is contained in:
parent
104d8a862d
commit
5013fdcf1c
7 changed files with 58 additions and 0 deletions
7
labadoor-auth/src/lib.rs
Normal file
7
labadoor-auth/src/lib.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
pub mod cli;
|
||||
|
||||
pub fn auth(i: &cli::Cli) {
|
||||
match i.command {
|
||||
cli::Command::Open(_) => todo!(),
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue