rust: move Cargo.toml to the root

This commit is contained in:
Jake Hillion
2025-12-05 12:01:44 +00:00
committed by GitHub
parent 40a0d47de8
commit 5ef1df1e10
5 changed files with 5618 additions and 25 deletions

11
.gitignore vendored
View File

@@ -18,3 +18,14 @@ dist/
# for the gitingest enthusiasts
digest.txt
# Rust
target/
## These are backup files generated by rustfmt
**/*.rs.bk
## MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
## Generated by cargo mutants
## Contains mutation testing data
**/mutants.out*/