feat: Add Cargo files, CI, configs and README

This commit is contained in:
Diana Carvalho
2025-01-16 12:53:28 +00:00
parent a2784be122
commit c27b253ef5
17 changed files with 3980 additions and 1 deletions

14
.taplo.toml Normal file
View File

@@ -0,0 +1,14 @@
[schema]
path = "https://json.schemastore.org/cargo.json"
enabled = true
[formatting]
reorder_keys = false
[[rule]]
include = ["**/Cargo.toml"]
keys = ["dependencies"]
[rule.formatting]
reorder_keys = true