Challenge finished.

This commit is contained in:
2025-05-12 20:11:46 -04:00
parent b4735b5807
commit a9891242d1
4 changed files with 626 additions and 16 deletions

View File

@ -1,13 +1,14 @@
[package]
name = "satellite"
version = "0.0.0"
version = "1.0.0"
edition = "2021"
description = "Rust challenge"
description = "Rust Challenge"
repository = "/myrddin/satellite"
authors = ["CyberMages LLC <Software@CyberMagesLLC.com>", "Jason Travis Smith <Myrddin@CyberMages.tech>"]
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
readme = "README.md"
license-file = "LICENSE.md"
[dependencies]
tokio = { version = "1.44.1", features = ["macros", "rt-multi-thread", "io-std", "io-util", "time", "signal", "sync"] }