1
0
mirror of https://github.com/shimunn/aria2xspf.git synced 2023-11-17 09:27:54 +01:00

added config option to include resources into generated html

This commit is contained in:
2019-04-18 20:41:12 +02:00
parent 7aa7eafd64
commit 2a253fcea1
4 changed files with 312 additions and 2 deletions

View File

@@ -8,3 +8,8 @@ edition = "2018"
xml-rs = "0.8.0"
derive_builder = "0.7.1"
structopt = "0.2.15"
toml = "0.5.0"
serde_derive = "1.0.90"
dirs = "1.0.5"
serde = "1.0.90"
lazy_static = "1.3.0"