This commit is contained in:
nora 2023-09-29 20:17:35 +02:00
commit 8a033fc3df
14 changed files with 197 additions and 0 deletions

16
Cargo.lock generated Normal file
View file

@ -0,0 +1,16 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "libuwuc"
version = "0.1.0"
dependencies = [
"cfg-if",
]