Initial commit
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal 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
|
Reference in New Issue
Block a user