Add three dots icon dependency

This commit is contained in:
Connor Wittman 2024-03-15 16:54:28 -04:00
parent d8e7ffd963
commit 464596cd11

View File

@ -27,7 +27,8 @@ leptos_icons = { version = "0.1.0", default_features = false, features = [
"CgTrash", "CgTrash",
"IoReturnUpBackSharp", "IoReturnUpBackSharp",
"AiEyeFilled", "AiEyeFilled",
"AiEyeInvisibleFilled" "AiEyeInvisibleFilled",
"BsThreeDotsVertical",
] } ] }
dotenv = { version = "0.15.0", optional = true } dotenv = { version = "0.15.0", optional = true }
diesel = { version = "2.1.4", features = ["postgres", "r2d2", "time"], optional = true } diesel = { version = "2.1.4", features = ["postgres", "r2d2", "time"], optional = true }