transcode 0.3.0

Command-line utility for converting directories of audio/video format to run on a raspberry pi.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "transcode"
version = "0.3.0"
authors = [ "Bjørn Uhre Arnholtz <rugkiks@gmail.com>" ]
description = "Command-line utility for converting directories of audio/video format to run on a raspberry pi."
repository = "https://github.com/bjornua/transcode"
license = "MIT"
readme = "README.md"

[profile.dev]
debug = true

[dependencies]
rustc-serialize = ">=0.3.19"
regex = ">=0.1.77"
getopts = ">=0.2"