aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-10-06 10:22:31 +0200
committermetamuffin <metamuffin@disroot.org>2023-10-06 10:22:31 +0200
commit6e4095bd811a53cb75092516ef303b746e9aafba (patch)
tree44875ca252da14cc8018413ed2a25f99ed1fa06d /Cargo.lock
parent452541087c6562fca94f24b9275b17d771622fbd (diff)
downloadgnix-6e4095bd811a53cb75092516ef303b746e9aafba.tar
gnix-6e4095bd811a53cb75092516ef303b746e9aafba.tar.bz2
gnix-6e4095bd811a53cb75092516ef303b746e9aafba.tar.zst
some basic reporting for mond
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock42
1 files changed, 42 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ee63174..c3a487c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -66,6 +66,25 @@ 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"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -304,6 +323,7 @@ dependencies = [
"log",
"markup",
"mime_guess",
+ "mond-client",
"percent-encoding",
"pin-project",
"rustls",
@@ -621,6 +641,22 @@ dependencies = [
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1093,6 +1129,12 @@ 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"
source = "registry+https://github.com/rust-lang/crates.io-index"