initial commit

This commit is contained in:
raf 2024-08-03 19:06:29 +03:00
commit 6a77ad0682
Signed by: NotAShelf
GPG key ID: AF26552424E53993
5 changed files with 920 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "microfetch"
version = "0.1.0"
edition = "2021"
[dependencies]
libc = "0.2"