vocnom/Cargo.toml

16 lines
420 B
TOML

[package]
name = "vocnom"
version = "0.1.0"
authors = ["Pedro de Oliveira <falsovsky@gmail.com>"]
license = "MIT"
license-file = "LICENSE"
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"]
[dependencies]
nom = "7"