Initial commit

This commit is contained in:
2017-03-02 01:26:23 +01:00
commit 5eef8b70e9
5 changed files with 916 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
authors = ["Boris-Chengbiao Zhou <bobo1239@web.de>"]
name = "tum_mediasite_downloader"
version = "0.1.0"
[dependencies]
dotenv = "0.8.0"
json = "0.11.5"
lazy_static = "0.2.2"
reqwest = "0.4.0"
zip = "0.2.1"
[dependencies.cookie]
git = "https://github.com/alexcrichton/cookie-rs"
optional = false