Initial commit

This commit is contained in:
Daniel Løvbrøtte Olsen
2020-03-24 22:21:29 +01:00
commit 53d016ceb6
6 changed files with 564 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "AV1Master"
version = "0.1.0"
authors = ["Daniel Løvbrøtte Olsen <daniel@dodsorf.as>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.4.4"