This repository has been archived on 2025-05-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
culling_of_the_sheep/Cargo.toml

9 lines
164 B
TOML

[package]
name = "culling_of_the_sheep"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = {version = "1.0", features = ["derive"]}
rand = "0.8"
ron = "0.8"