diff --git a/project/Cargo.toml b/project/Cargo.toml index 5a7d396..1247524 100644 --- a/project/Cargo.toml +++ b/project/Cargo.toml @@ -4,3 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] +slint = "1.12.1" + +[build-dependencies] +slint-build = "1.12.1"