15 lines
375 B
TOML
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"] }
|