audioview/Cargo.toml

18 lines
293 B
TOML
Raw Permalink Normal View History

2020-09-02 15:46:01 +00:00
[package]
2020-09-16 13:02:15 +00:00
authors = ["Rob Watson <rfwatson@users.no-reply.github.com>"]
description = "Rust-powered audio editing"
2020-09-02 15:46:01 +00:00
name = "audioview"
2020-09-16 13:02:15 +00:00
version = "1.0.0"
2020-09-02 15:46:01 +00:00
edition = "2018"
2020-09-16 13:02:15 +00:00
[workspace]
members = [
2020-09-17 04:35:11 +00:00
"frontend/core",
"frontend/player",
2020-09-04 11:42:16 +00:00
]
2020-09-09 15:41:40 +00:00
[profile.release]
lto = true
# TODO: add wee_alloc