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

@ -9,6 +9,7 @@ config = "0.13.4"
labadoor-acl = { path = "../labadoor-acl" }
labadoor-csv = { path = "../labadoor-csv", optional = true }
serde = { version = "1.0.193", features = ["derive"] }
toml = "0.8.8"
[features]
csv = ["dep:labadoor-csv"]