Skip to content

Commit 30e7fd3

Browse files
committed
doc: list full Cargo.toml in example
1 parent 32d9291 commit 30e7fd3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ The following configuration (from `test-projects/single-project`) ...
4747

4848
```toml
4949
# Cargo.toml
50+
[package]
51+
name = "single-project"
52+
version = "0.1.0"
53+
authors = ["Arvid Gerstmann <github@arvid.io>"]
54+
edition = "2024"
5055

5156
[package.metadata.nfpm]
5257
epoch = "2"

0 commit comments

Comments
 (0)