summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ba0aab4..ff7e4a7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -54,6 +54,14 @@ dependencies = [
]
[[package]]
+name = "bashhttp"
+version = "0.1.0"
+dependencies = [
+ "chrono",
+ "tokio",
+]
+
+[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -449,14 +457,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
[[package]]
-name = "web"
-version = "0.1.0"
-dependencies = [
- "chrono",
- "tokio",
-]
-
-[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"