diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 40 |
1 files changed, 20 insertions, 20 deletions
@@ -1649,26 +1649,6 @@ dependencies = [ ] [[package]] -name = "rubbish-proxy" -version = "0.1.0" -dependencies = [ - "anyhow", - "azalea", - "azalea-chat", - "azalea-protocol", - "bytes 1.2.1", - "env_logger", - "future-utils", - "inotify", - "log 0.4.17", - "parking_lot 0.12.1", - "serde", - "serde_yaml", - "tokio 1.21.2", - "uuid", -] - -[[package]] name = "rustc_version" version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2203,6 +2183,26 @@ dependencies = [ ] [[package]] +name = "trash-proxy" +version = "0.1.0" +dependencies = [ + "anyhow", + "azalea", + "azalea-chat", + "azalea-protocol", + "bytes 1.2.1", + "env_logger", + "future-utils", + "inotify", + "log 0.4.17", + "parking_lot 0.12.1", + "serde", + "serde_yaml", + "tokio 1.21.2", + "uuid", +] + +[[package]] name = "trust-dns-proto" version = "0.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" |