Add more info to Cargo.toml.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
3bdcc7faed
commit
cba4e07cfa
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue