main: Use labadoor-auth
instead of the CSV module directly
This commit is contained in:
parent
2caad2a5ef
commit
e7c34865c5
6 changed files with 41 additions and 30 deletions
|
@ -5,7 +5,10 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
clap = { version = "4.4.8", features = ["derive"] }
|
||||
config = "0.13.4"
|
||||
labadoor-acl = { path = "../labadoor-acl" }
|
||||
labadoor-csv = { path = "../labadoor-csv", optional = true }
|
||||
serde = { version = "1.0.193", features = ["derive"] }
|
||||
|
||||
[features]
|
||||
csv = ["dep:labadoor-csv"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue