From 6e4095bd811a53cb75092516ef303b746e9aafba Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 6 Oct 2023 10:22:31 +0200 Subject: some basic reporting for mond --- Cargo.lock | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index ee63174..c3a487c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,6 +65,25 @@ version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" +[[package]] +name = "bincode" +version = "2.0.0-rc.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f11ea1a0346b94ef188834a65c068a03aec181c94896d481d7a0a40d85b0ce95" +dependencies = [ + "bincode_derive", + "serde", +] + +[[package]] +name = "bincode_derive" +version = "2.0.0-rc.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e30759b3b99a1b802a7a3aa21c85c3ded5c28e1c83170d82d70f08bbf7f3e4c" +dependencies = [ + "virtue", +] + [[package]] name = "bitflags" version = "1.3.2" @@ -304,6 +323,7 @@ dependencies = [ "log", "markup", "mime_guess", + "mond-client", "percent-encoding", "pin-project", "rustls", @@ -620,6 +640,22 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "mond-client" +version = "0.1.0" +dependencies = [ + "log", + "mond-protocol", +] + +[[package]] +name = "mond-protocol" +version = "0.1.0" +dependencies = [ + "bincode", + "serde", +] + [[package]] name = "num_cpus" version = "1.16.0" @@ -1092,6 +1128,12 @@ version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" +[[package]] +name = "virtue" +version = "0.0.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9dcc60c0624df774c82a0ef104151231d37da4962957d691c011c852b2473314" + [[package]] name = "want" version = "0.3.1" -- cgit v1.2.3-70-g09d2