Initial commit

This commit is contained in:
2025-06-27 08:48:57 -04:00
commit 868678fa00
7 changed files with 340 additions and 0 deletions

13
Cargo.toml Normal file
View File

@ -0,0 +1,13 @@
[package]
name = "example"
version = "0.0.0"
edition = "2021"
description = "Just a small sample of Rust code."
repository = "/myrddin/example"
authors = ["CyberMages LLC <Software@CyberMagesLLC.com>", "Jason Travis Smith <Myrddin@CyberMages.tech>"]
readme = "README.md"
license = "Apache-2.0"
[dependencies]