mirror of
https://github.com/LukasKalbertodt/programmieren-in-rust.git
synced 2024-11-18 10:58:57 +01:00
9 lines
149 B
TOML
Executable File
9 lines
149 B
TOML
Executable File
[package]
|
|
name = "flip"
|
|
version = "0.1.0"
|
|
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
|
|
|
|
[dependencies]
|
|
clap = "~2.20"
|
|
rand = "0.3.15"
|