diff options
Diffstat (limited to 'rust/Cargo.lock')
| -rw-r--r-- | rust/Cargo.lock | 32 |
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. | ||
| 3 | version = 4 | ||
| 4 | |||
| 5 | [[package]] | ||
| 6 | name = "bytes" | ||
| 7 | version = "1.11.0" | ||
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 9 | checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" | ||
| 10 | |||
| 11 | [[package]] | ||
| 12 | name = "gats" | ||
| 13 | version = "0.1.0" | ||
| 14 | dependencies = [ | ||
| 15 | "tokio", | ||
| 16 | ] | ||
| 17 | |||
| 18 | [[package]] | ||
| 19 | name = "pin-project-lite" | ||
| 20 | version = "0.2.16" | ||
| 21 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 22 | checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" | ||
| 23 | |||
| 24 | [[package]] | ||
| 25 | name = "tokio" | ||
| 26 | version = "1.48.0" | ||
| 27 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 28 | checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" | ||
| 29 | dependencies = [ | ||
| 30 | "bytes", | ||
| 31 | "pin-project-lite", | ||
| 32 | ] | ||
