Echo Writes Code

Cargo.toml

1
2
3
4
5
6
7
8
[package]
name = "starshot_core"
version = "0.1.0"
edition = "2024"
description = "Core functionality for the Starshot game engine"

[dependencies]
tracing.workspace = true