Skip to content

Commit

Permalink
feat: update Cargo.toml use template genereate
Browse files Browse the repository at this point in the history
  • Loading branch information
fan-tastic-z committed Aug 6, 2024
1 parent 63c2814 commit 0a027be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "rust-project-template"
name = "{{project-name}}"
version = "0.1.0"
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ cargo install --locked cargo-deny
```

更多参考: <https://github.com/EmbarkStudios/cargo-deny>
可以根据自己的需要自定义配置: <https://embarkstudios.github.io/cargo-deny/>

也可以根据自己的需要自定义配置: <https://embarkstudios.github.io/cargo-deny/>

如果在执行 `cargo deny check` 时提示如下错误:

Expand Down

0 comments on commit 0a027be

Please sign in to comment.