8 lines
170 B
TOML
8 lines
170 B
TOML
[project]
|
|
name = "food-pkg"
|
|
version = "0.1.0"
|
|
description = "A brief description of your package."
|
|
authors = [
|
|
{ name="Your Name", email="your.email@example.com" }
|
|
]
|