latest pushes
Some checks are pending
Rust / build (push) Waiting to run

This commit is contained in:
2024-12-04 01:17:08 -05:00
parent 3bef0451fe
commit 4e19797597
2 changed files with 51 additions and 15 deletions

View File

@@ -1,17 +1,38 @@
tokio: "1.28"
tokio: "1.0"
features:
- rt
- net
- time
- sync
- macros
rt
net
time
sync
macros
io-util
serde: "1.0"
features:
- derive
derive
hyper: "0.14"
features:
client
server
http1
http2
hyper-rustls: "0.24"
features:
http1
http2
rustls: "0.21"
tokio-rustls: "0.24"
tokio-util: "0.7"
features:
codec
net
serde_json: "1.0"
bincode: "1.3"
rand: "0.8"
uuid: "1.3"
features:
- v4
- serde
async-trait: "0.1"