chore: setup ui
This commit is contained in:
4346
src-tauri/Cargo.lock
generated
Normal file
4346
src-tauri/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
11
src-tauri/rustfmt.toml
Normal file
11
src-tauri/rustfmt.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
edition = "2021"
|
||||
format_strings = true
|
||||
imports_granularity = "Crate"
|
||||
group_imports = "StdExternalCrate"
|
||||
comment_width = 100
|
||||
format_code_in_doc_comments = true
|
||||
wrap_comments = true
|
||||
use_field_init_shorthand = true
|
||||
use_small_heuristics = "Max"
|
||||
hard_tabs = true
|
||||
ignore = ["target/", "gen/"]
|
||||
Reference in New Issue
Block a user