generated from OBJNULL/Dockerized-Rust
Added Regex and Chrono to libs
This commit is contained in:
parent
72f4dfceb1
commit
845df07b86
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue