mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-24 12:04:17 -08:00
8 lines
111 B
TOML
8 lines
111 B
TOML
[package]
|
|
name = "nim"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
text_io = "0.1.10"
|
|
nanorand = "0.6.1" |