Add restream Rust executable

This commit is contained in:
Rien Maertens
2020-12-12 22:45:47 +01:00
parent 2e280f889d
commit 9352090965
4 changed files with 157 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "restream"
version = "0.1.0"
authors = ["Rien Maertens <rien.maertens@posteo.be>"]
edition = "2018"
[dependencies]
anyhow = "1.0"
lz-fear = "0.1"