diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,4 +5,5 @@ authors = ["jan <jan@ruken.pw>"] | |||
5 | 5 | ||
6 | [dependencies] | 6 | [dependencies] |
7 | regex = "0.1" | 7 | regex = "0.1" |
8 | walkdir = "0.1" \ No newline at end of file | 8 | walkdir = "0.1" |
9 | yaml-rust = "0.3" | ||