Skip to content

Commit

Permalink
chore(meta): update README.md, config files, remove Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jul 18, 2023
1 parent 35167fb commit 18c84a8
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 2,572 deletions.
1 change: 1 addition & 0 deletions clippy.toml → .clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
msrv = "1.65"
doc-valid-idents = ["CPython", "PyPy", ".."]
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# See <https://editorconfig.org/>

root = true

[*]
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/target
/Cargo.lock

/.vscode/
Loading

0 comments on commit 18c84a8

Please sign in to comment.