diff --git a/Cargo.toml b/Cargo.toml index 3bc56591c..fdffe73b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,6 +80,7 @@ const-str = { version = "0.6.2", features = ["std", "proc"] } crc32fast = "1.4.2" datafusion = "46.0.1" derive_builder = "0.20.2" +dotenvy = "0.15.7" dioxus = { version = "0.6.3", features = ["router"] } dirs = "6.0.0" dotenvy = "0.15.7"