Remove Cargo.lock.

This commit is contained in:
yukirij 2023-08-18 15:39:32 -07:00
parent a35562b168
commit 24ce88cb3f
2 changed files with 1 additions and 22 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/target
/.vscode
/Cargo.lock

22
Cargo.lock generated
View File

@ -1,22 +0,0 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "cc"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
[[package]]
name = "szun"
version = "0.1.0"
dependencies = [
"cc",
"util",
]
[[package]]
name = "util"
version = "0.1.0"
source = "git+https://git.yukiri.dev/Yukiri/util.git#78391c67919071f9c53e5a05d8385ba6f8bbc9c1"