From 9e60d16555765a6cfc053798f56e5b914ea1834e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 24 Jan 2021 19:27:26 +0100 Subject: Read tasks from files --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7712670..3626264 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +im = { version = "15", features = ["serde"] } +serde = { version = "1", features = ["derive"] } +serde_yaml = "0.8" +walkdir = "2" -- cgit v1.2.3