Why is it not commiting

This commit is contained in:
2024-02-10 00:55:05 -05:00
parent 5cc7d6ce94
commit 5a630daebc
2 changed files with 12 additions and 1 deletions

View File

@ -22,7 +22,8 @@ leptos_icons = { version = "0.1.0", default_features = false, features = [
"BsPlayFill",
"BsPauseFill",
"BsSkipStartFill",
"BsSkipEndFill"
"BsSkipEndFill",
"IoReturnUpBackSharp"
] }
dotenv = { version = "0.15.0", optional = true }
diesel = { version = "2.1.4", features = ["postgres", "r2d2"], optional = true }