Commit forgotten dependencies in Cargo.toml

This commit is contained in:
George Kaklamanos 2023-12-02 14:33:35 +02:00
parent 8e0e311874
commit 695b152c7e
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D
3 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,7 @@ license = "AGPL-3.0-or-later"
csv = "1.1.6"
labadoor-acl = { path = "../labadoor-acl", optional = true }
labadoor-logging = { path = "../labadoor-logging", optional = true }
serde = { version = "1.0.192", features = ["derive"] }
[features]
auth = ["dep:labadoor-acl"]