satellite/Cargo.toml
2025-05-09 17:41:54 -04:00

15 lines
375 B
TOML

[package]
name = "satellite"
version = "0.0.0"
edition = "2021"
description = "Rust Challenge"
repository = "/myrddin/satellite"
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"] }