1 Star 0 Fork 0

xuejianxinokok/rust-rustlings-2024-spring-xuejianxinokok

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 728 Bytes
一键复制 编辑 原始数据 按行查看 历史
xuejianxinokok 提交于 2024-04-09 09:55 . 第二次提交
[package]
name = "rustlings"
description = "Small exercises to get you used to reading and writing Rust code!"
version = "5.5.1"
authors = [
"Liv <mokou@fastmail.com>",
"Carol (Nichols || Goulding) <carol.nichols@gmail.com>",
]
edition = "2021"
[dependencies]
argh = "0.1"
indicatif = "0.16"
console = "0.15"
notify = "4.0"
toml = "0.5"
regex = "1.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.81"
home = "0.5.3"
glob = "0.3.0"
tokio = { version = "1.21.2", features = ["full"] }
[[bin]]
name = "rustlings"
path = "src/main.rs"
[dev-dependencies]
assert_cmd = "0.11.0"
predicates = "1.0.1"
glob = "0.3.0"
# [workspace]
# members = [
# "exercises",
# # 你可以添加更多的目录
# ]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xuejianxinokok/rust-rustlings-2024-spring-xuejianxinokok.git
git@gitee.com:xuejianxinokok/rust-rustlings-2024-spring-xuejianxinokok.git
xuejianxinokok
rust-rustlings-2024-spring-xuejianxinokok
rust-rustlings-2024-spring-xuejianxinokok
main

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385