Initial commit

This commit is contained in:
Jan Klattenhoff 2024-08-20 08:05:01 +02:00
commit 3ac67f0462
9 changed files with 120 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "rust-framework"
version = "0.0.1"
edition = "2021"
[dependencies]
tiny_http = "0.12.0"