Echo Writes Code

Cargo.toml

1
2
3
4
5
6
7
8
[package]
name = "starshot"
version = "0.1.0"
edition = "2024"
description = "A game engine from the void"

[dependencies]
tracing.workspace = true