onihime/Cargo.toml

15 lines
307 B
TOML

[workspace]
resolver = "2"
members = ["onihime", "tools/*"]
[workspace.package]
authors = ["Jesse Braham <jesse@beta7.io>"]
edition = "2021"
homepage = "https://onihime.org"
repository = "https://hatebit.org/jesse/onihime"
license = "BSD-3-Clause"
[profile.release]
strip = true
lto = "fat"