neobirth 0.1.1

Pure Data-powered acid house music synthesizer for the Adafruit NeoTrellis M4 Express
[package]
name        = "neobirth"
description = """
              Pure Data-powered acid house music synthesizer for the
              Adafruit NeoTrellis M4 Express
              """
version     = "0.1.1"
authors     = ["Tony Arcieri <bascule@gmail.com>"]
license     = "Apache-2.0"
homepage    = "https://neobirth.org"
repository  = "https://github.com/NeoBirth/NeoBirth"
readme      = "README.md"
edition     = "2018"
categories  = ["multimedia::audio", "no-std"]
keywords    = ["303", "audio", "music", "synthesis", "puredata"]

[dependencies]
panic-halt = "0.2"
purezen = { version = "0.0.2", default-features = false }
trellis_m4 = "0.1"
smart-leds = "0.1"
ws2812-timer-delay = "0.1"

[badges]
travis-ci = { repository = "NeoBirth/NeoBirth" }

[profile.dev]
incremental = false
codegen-units = 1
debug = true
lto = false

[profile.release]
incremental = false
debug = false
lto = true
opt-level = "s"