diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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" |