feat: upgrades (#26)

- Add rustfmt file
- Add .cargo file for fast compiles
- use just commands and cleanup release workflows
This commit is contained in:
Hikari (ひかり) 2024-01-27 18:07:03 -06:00 committed by GitHub
parent d347071dde
commit 7006cd3e2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 107 additions and 70 deletions

10
rustfmt.toml Normal file
View file

@ -0,0 +1,10 @@
use_field_init_shorthand = true
newline_style = "Unix"
# The following lines may be uncommented on nightly Rust.
# Once these features have stabilized, they should be added to the always-enabled options above.
# unstable_features = true
# imports_granularity = "Crate"
# wrap_comments = true
# comment_width = 100
# normalize_comments = true