Initial commit

This commit is contained in:
2025-05-12 20:06:55 -04:00
commit b4735b5807
7 changed files with 220 additions and 0 deletions

13
Cargo.toml Normal file
View File

@ -0,0 +1,13 @@
[package]
name = "satellite"
version = "0.0.0"
edition = "2021"
description = "Rust challenge"
repository = "/myrddin/satellite"
authors = ["CyberMages LLC <Software@CyberMagesLLC.com>", "Jason Travis Smith <Myrddin@CyberMages.tech>"]
readme = "README.md"
license-file = "LICENSE.md"
[dependencies]