diff options
author | Vika <vika@fireburn.ru> | 2022-05-01 13:56:13 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2022-05-01 13:56:13 +0300 |
commit | 9a6ad0e67b52e419c8a1c59c9cd187d1b85cd9f8 (patch) | |
tree | 0143dbd02ff13c8a0750019f45e0ab979159b891 /Cargo.toml | |
parent | 0a62fe61acdb5dda4e28322ed96c074240bbdc44 (diff) | |
download | kittybox-9a6ad0e67b52e419c8a1c59c9cd187d1b85cd9f8.tar.zst |
chore: code cleanup
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 61b100e..f8dbd6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,6 @@ easy-scraper = "^0.2.0" # HTML scraping library focused on ease of use either = "^1.6.1" # A general purpose sum type with two cases ellipse = "^0.2.0" # Truncate and ellipsize strings in a human-friendly way env_logger = "^0.8.3" # A logging implementation for `log` which is configured via an environment variable -fd-lock = "^3.0.0" # Advisory reader-writer locks for files futures = "^0.3.14" # An implementation of futures and streams futures-util = "^0.3.14" # Common utilities and extension traits for the futures-rs library lazy_static = "^1.4.0" # A macro for declaring lazily evaluated statics in Rust |