mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-23 15:16:09 -07:00
d50f726f89
* rust translation for 54_Letter * rust translation 54_Letter
11 lines
191 B
TOML
11 lines
191 B
TOML
[package]
|
|
name = "letter"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rand = "0.8.4"
|
|
|