Add more info to Cargo.toml.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Pedro de Oliveira 2023-04-30 20:53:07 +01:00
parent 3bdcc7faed
commit cba4e07cfa
1 changed files with 5 additions and 0 deletions

View File

@ -3,7 +3,12 @@ name = "vocnom"
version = "0.1.0" version = "0.1.0"
authors = ["Pedro de Oliveira <falsovsky@gmail.com>"] authors = ["Pedro de Oliveira <falsovsky@gmail.com>"]
license = "MIT" license = "MIT"
license-file = "LICENSE"
edition = "2021" edition = "2021"
description = "VOC (Creative Voice file) parser in Rust with nom"
repository = "https://git.deadbsd.org/falso/vocnom/"
homepage = "https://git.deadbsd.org/falso/vocnom/"
readme = "README.md"
include = ["src/**/*", "LICENSE", "README.md"] include = ["src/**/*", "LICENSE", "README.md"]
[dependencies] [dependencies]