diff options
Diffstat (limited to 'Cargo.toml')
-rwxr-xr-x | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 53a4f02..3265b3b 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,7 @@ directories = "4.0" once_cell = "1.9.0" dbus = "0.9.5" dbus-codegen = "0.10.0" +log = "0.4" [dependencies.gtk] package = "gtk4" |