1 Star 1 Fork 0

zing/hello-rust

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
zing 提交于 2025-02-21 09:58 +08:00 . fix
[package]
name = "hello-rust"
version = "0.1.0"
authors = ["zing <599490911@qq.com>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
doc = false
name = "app"
path = "src/main.rs"
[[bin]]
doc = false
name = "test"
path = "src/test_main.rs"
[[bin]]
name = "bin-sync"
path = "src/libs/sync/main.rs"
[[bin]]
name = "bin-process"
path = "src/rust_std/process/main.rs"
[[example]]
name = "example"
[workspace]
members = [
"crates/rand",
"crates/tokio/quickstart",
"crates/winapi",
"crates/serde_json",
# "crates/paho-mqtt-example",
"crates/rusqlite-crate",
"crates/ctrlc-crate",
"crates/windows-service-crate",
"crates/hello-world",
"crates/socket2/quick-start",
# "crates/diesel/sqlite/getting_started_step_1",
"crates/my-mini-redis/tokio",
"crates/my-mini-redis/spawning",
"crates/my-mini-redis/shared-state",
"crates/actix",
"crates/grpc"
]
exclude = [
"crates/libusb",
# "crates/actix",
"crates/libusb-sys-demo",
# "crates/paho-mqtt-example",
"crates/rusqlite-crate",
"crates/diesel/sqlite/getting_started_step_1",
]
[dependencies]
ferris-says = "0.3.1"
rand = "0.8.3"
chrono = "0.4"
dotenv = "0.15.0"
byteorder = "1.3.4"
actix-web = "4.3.1"
actix-rt = "2.8.0"
actix-http = "3.3.1"
serial = "0.4.0"
itertools = "0.10.0"
rust-crypto = "0.2.36"
serde = { version = "1.0.159", features = ["derive"] }
env_logger = "0.10.0"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zing-dev/hello-rust.git
git@gitee.com:zing-dev/hello-rust.git
zing-dev
hello-rust
hello-rust
master

搜索帮助