Skip to content

Commit

Permalink
download_all_crates | todo: add date to download dir
Browse files Browse the repository at this point in the history
  • Loading branch information
the-shank committed Nov 14, 2023
1 parent 0f29052 commit 3138a55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bin/download_all_crates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ use std::process::Command;
use tracing::debug;
use tracing::Level;

// TODO: also add a file containing the date that the crates were downloaded
// or add the date to the name of the downloads dir

// TODO: download dir should be provided by a command line argument
const DOWNLOAD_DIR: &str = "/workdisk/shank/crates";

Expand Down

0 comments on commit 3138a55

Please sign in to comment.