12 lines
190 B
TOML
12 lines
190 B
TOML
|
[package]
|
||
|
name = "hex2base64"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Thomas Lindner <thomas.lindner@fau.de>"]
|
||
|
|
||
|
[dependencies]
|
||
|
rustc-serialize = "0.3"
|
||
|
|
||
|
[[bin]]
|
||
|
name = "hex2base64"
|
||
|
path = "src/bin.rs"
|