satellite/Cargo.toml

15 lines
375 B
TOML
Raw Normal View History

2025-05-12 20:06:55 -04:00
[package]
name = "satellite"
2025-05-12 20:11:46 -04:00
version = "1.0.0"
2025-05-12 20:06:55 -04:00
edition = "2021"
2025-05-12 20:11:46 -04:00
description = "Rust Challenge"
2025-05-12 20:06:55 -04:00
repository = "/myrddin/satellite"
2025-05-12 20:11:46 -04:00
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
2025-05-12 20:06:55 -04:00
readme = "README.md"
license-file = "LICENSE.md"
[dependencies]
2025-05-12 20:11:46 -04:00
tokio = { version = "1.44.1", features = ["macros", "rt-multi-thread", "io-std", "io-util", "time", "signal", "sync"] }