Echo Writes Code

Cargo.toml

1
2
3
4
5
6
7
8
9
10
[package]
name = "starshot"
version = "0.1.0"
edition = "2024"
description = "Command-line interface for the Starshot game engine"

[dependencies]
clap.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true