hello_world_rust_wenhaozhao 0.1.0

my first crate, it funny
[package]
name = "hello_world_rust_wenhaozhao"
version = "0.1.0"
edition = "2021"
description="my first crate, it funny"
license="MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand= "0.8.5"

encoding = "0.2.33"

futures = "0.3.28"

json = "0.12.4"

threadpool = "1.8.1"

[profile.dev]


[profile.release]