initial commit

This commit is contained in:
2026-06-16 21:10:27 +02:00
commit 74b82edd18
9 changed files with 119 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "libc"
version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
[[package]]
name = "rust-teeny"
version = "0.1.0"
dependencies = [
"libc",
]