This commit is contained in:
2025-07-01 15:20:33 +03:00
parent 27718a0795
commit 8fd697af59
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@@ -9,3 +9,4 @@
**/.DS_Store
**/.vscode/
**/.idea/
**/Cargo.lock

4
Cargo.lock generated
View File

@@ -113,6 +113,10 @@ dependencies = [
"getrandom",
]
[[package]]
name = "references_and_borrowing"
version = "0.1.0"
[[package]]
name = "syn"
version = "2.0.104"