aboutsummaryrefslogtreecommitdiff
path: root/rust/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r--rust/Cargo.lock32
1 files changed, 32 insertions, 0 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
new file mode 100644
index 0000000..3c89b5e
--- /dev/null
+++ b/rust/Cargo.lock
@@ -0,0 +1,32 @@
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "bytes"
7version = "1.11.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
10
11[[package]]
12name = "gats"
13version = "0.1.0"
14dependencies = [
15 "tokio",
16]
17
18[[package]]
19name = "pin-project-lite"
20version = "0.2.16"
21source = "registry+https://github.com/rust-lang/crates.io-index"
22checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
23
24[[package]]
25name = "tokio"
26version = "1.48.0"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
29dependencies = [
30 "bytes",
31 "pin-project-lite",
32]