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
11
labadoor-auth/Cargo.toml
Normal file
11
labadoor-auth/Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "labadoor-auth"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.4.8", features = ["derive"] }
|
||||
labadoor-csv = { path = "../labadoor-csv", optional = true }
|
||||
|
||||
[features]
|
||||
csv = ["dep:labadoor-csv"]
|
Loading…
Add table
Add a link
Reference in a new issue