[package] name = "package" version = "0.1.0" authors = ["Author"] edition = "2018" description = "Project description" repository = "https://github.com/...." readme = "README.md" license = "MIT OR Apache-2.0" [dependencies] toml = "0.4" serde = "1.0" serde_derive = "1.0" [package.metadata.scripts] hello = "echo Hello" goodbye = "echo Goodbye" install = "cargo install --path . --force"