Add Rust modules: paths, jsonl, usage, watch, commands, state, settings
This commit is contained in:
parent
8abb0599f6
commit
14ffcf4bd3
9 changed files with 1226 additions and 0 deletions
6
src-tauri/src/main.rs
Normal file
6
src-tauri/src/main.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Hide the console window in release builds. In debug we keep it for tracing logs.
|
||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||
|
||||
fn main() {
|
||||
claude_usage_widget_lib::run();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue