diff --git a/monobean/Cargo.toml b/monobean/Cargo.toml index 59f156a7..52c6636c 100644 --- a/monobean/Cargo.toml +++ b/monobean/Cargo.toml @@ -21,6 +21,7 @@ mono = { path = "../mono" } common = { path = "../common" } jupiter = { path = "../jupiter" } taurus = { path = "../taurus" } +vault = { path = "../vault" } tokio = "1.43.0" russh = "0.50.2" axum = "0.8.1" @@ -28,13 +29,19 @@ axum-server = "0.7.1" bytes = "1.10.0" async-channel = "2.3.1" -thiserror = { version = "2.0.11", features = ["default"]} +thiserror = { version = "2.0.11", features = ["default"] } tracing = "0.1.41" -tracing-subscriber = { version = "0.3.19", features = ["default", "env-filter"]} +tracing-subscriber = { version = "0.3.19", features = ["default", "env-filter"] } rustls = "0.23.23" gix-config = "0.43.0" home = "0.5.11" -regex = "1.11.1" # there's a bug in glib, so use this alternatively [build-dependencies] glib-build-tools = "0.20.0" + +[profile.dev] +panic = "abort" # glib panics are not human friendly, just leave them alone + +[profile.release] +lto = "fat" + diff --git a/monobean/resources/css/common.css b/monobean/resources/css/common.css index a58c4be5..27100c77 100644 --- a/monobean/resources/css/common.css +++ b/monobean/resources/css/common.css @@ -1,3 +1,3 @@ .right-side-box { background-color: @view_bg_color; -} +} \ No newline at end of file diff --git a/monobean/resources/gtk/hello_page.ui b/monobean/resources/gtk/hello_page.ui index 88f07ff1..9b50d8e2 100644 --- a/monobean/resources/gtk/hello_page.ui +++ b/monobean/resources/gtk/hello_page.ui @@ -1,6 +1,6 @@ - +