[package] name = "yourpackagename" version = "0.1.0" edition = "2021"

description = "Your project description goes here" license = "MIT" # Replace with the appropriate license type

The remaining fields in the [package] section...

The [dependencies] and other sections...

The [build-dependencies] and other sections...

The [dev-dependencies] and other sections...