initial commit with code I worked on in rust-playground

This commit is contained in:
2026-03-26 17:44:10 -04:00
parent 037ae5eeab
commit 91a3dc4546
4 changed files with 125 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "rustlog"
version = "0.1.0"
edition = "2024"
[dependencies]
[[bin]]
name = "rustlog"
path = "main.rs"