diff options
Diffstat (limited to 'template/fresh/crates/app/Cargo.toml')
| -rw-r--r-- | template/fresh/crates/app/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template/fresh/crates/app/Cargo.toml b/template/fresh/crates/app/Cargo.toml new file mode 100644 index 0000000..ce1808a --- /dev/null +++ b/template/fresh/crates/app/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "app" +edition.workspace = true +license.workspace = true +rust-version.workspace = true +version.workspace = true + +[lints] +workspace = true |