satellite/Cargo.toml

15 lines
375 B
TOML
Raw Permalink Normal View History

2025-05-08 20:44:37 -04:00
[package]
name = "satellite"
version = "0.0.0"
edition = "2021"
description = "Rust Challenge"
repository = "/myrddin/satellite"
2025-05-09 17:41:54 -04:00
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
2025-05-08 20:44:37 -04:00
readme = "README.md"
license-file = "LICENSE.md"
[dependencies]
2025-05-09 11:14:03 -04:00
tokio = { version = "1.44.1", features = ["macros", "rt-multi-thread", "io-std", "io-util", "time", "signal", "sync"] }