diff options
Diffstat (limited to 'crawler/Cargo.toml')
-rw-r--r-- | crawler/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crawler/Cargo.toml b/crawler/Cargo.toml index 1f515d8..dcf5e47 100644 --- a/crawler/Cargo.toml +++ b/crawler/Cargo.toml @@ -13,6 +13,8 @@ tokio = { version = "0.2.22", features = ["full"] } async-channel = "1.7.1" url = "2.3.1" rand = "0.7.3" +log = "0.4.17" +env_logger = "0.9.1" lib = { path = "../lib" } [[bin]] |