From 464596cd11cd7dae0e20e8073c46a357bcb102f3 Mon Sep 17 00:00:00 2001 From: ecco257 <72117210+ecco257@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:54:28 -0400 Subject: [PATCH] Add three dots icon dependency --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d1a12df..82e60a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,8 @@ leptos_icons = { version = "0.1.0", default_features = false, features = [ "CgTrash", "IoReturnUpBackSharp", "AiEyeFilled", - "AiEyeInvisibleFilled" + "AiEyeInvisibleFilled", + "BsThreeDotsVertical", ] } dotenv = { version = "0.15.0", optional = true } diesel = { version = "2.1.4", features = ["postgres", "r2d2", "time"], optional = true }