Make functions needed for queue public and add trash icon dependency

This commit is contained in:
2024-02-06 17:37:57 -05:00
committed by Ethan Girouard
parent 604e2c9c7f
commit b8d2fca0ee
2 changed files with 4 additions and 3 deletions

View File

@ -24,6 +24,7 @@ leptos_icons = { version = "0.1.0", default_features = false, features = [
"BsSkipStartFill",
"BsSkipEndFill",
"RiPlayListMediaFill",
"BsTrashFill",
] }
dotenv = { version = "0.15.0", optional = true }
diesel = { version = "2.1.4", features = ["postgres", "r2d2"], optional = true }