diff --git a/project/Cargo.toml b/project/Cargo.toml index 1247524..d9f55cf 100644 --- a/project/Cargo.toml +++ b/project/Cargo.toml @@ -5,6 +5,8 @@ edition = "2021" [dependencies] slint = "1.12.1" +regex = "1.11.1" +chrono = "0.4.41" [build-dependencies] slint-build = "1.12.1"