diff options
Diffstat (limited to 'Cargo.lock')
| -rwxr-xr-x[-rw-r--r--] | Cargo.lock | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock index 096c35d..b212bb2 100644..100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -127,22 +127,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" [[package]] -name = "http-server-starter-rust" -version = "0.1.0" -dependencies = [ - "anyhow", - "base64", - "bytes", - "flate2", - "itertools", - "nom", - "pretty_assertions", - "regex", - "thiserror", - "tokio", -] - -[[package]] name = "itertools" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -403,6 +387,22 @@ dependencies = [ ] [[package]] +name = "tiny-server" +version = "0.1.0" +dependencies = [ + "anyhow", + "base64", + "bytes", + "flate2", + "itertools", + "nom", + "pretty_assertions", + "regex", + "thiserror", + "tokio", +] + +[[package]] name = "tokio" version = "1.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" |
