diff options
Diffstat (limited to 'kittybox-rs/templates/Cargo.toml')
-rw-r--r-- | kittybox-rs/templates/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kittybox-rs/templates/Cargo.toml b/kittybox-rs/templates/Cargo.toml index ffdfc25..7090046 100644 --- a/kittybox-rs/templates/Cargo.toml +++ b/kittybox-rs/templates/Cargo.toml @@ -5,6 +5,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[build-dependencies] +libflate = "^1.2.0" +walkdir = "^2.3.2" + [dev-dependencies] faker_rand = "^0.1.1" rand = "^0.8.5" |