13 lines
173 B
TOML
13 lines
173 B
TOML
[package]
|
|
name = "r"
|
|
version = "0.1.0"
|
|
authors = ["hellerve <veit@veitheller.de>"]
|
|
|
|
[[bin]]
|
|
name = "r"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.3"
|
|
image = "0.14"
|