Files
basic-computer-games/59_Lunar_LEM_Rocket/rust/rocket/Cargo.toml
2022-02-27 03:02:27 -05:00

11 lines
214 B
TOML

[package]
name = "rocket"
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
text_io = "0.1.10"
num-integer = "0.1"